Updated to QMK 0.23.1

This commit is contained in:
2023-12-19 12:04:38 -08:00
parent 7cb29a6bba
commit 1067fcc4b5
9 changed files with 15 additions and 16 deletions

View File

@ -1,6 +1,8 @@
#pragma once
#include "raw_hid.h"
#define RAW_EPSIZE 32
void raw_hid_receive(uint8_t *data, uint8_t length);