Remove quantum.h
includes from keyboard code (#23394)
This commit is contained in:
parent
408f6e43cd
commit
c635733a7f
60 changed files with 123 additions and 70 deletions
|
@ -15,8 +15,11 @@
|
|||
*/
|
||||
|
||||
#include "keycode_lookup.h"
|
||||
#include "quantum_keycodes.h"
|
||||
#include "keymap_us.h"
|
||||
#include "print.h"
|
||||
#include "via.h"
|
||||
#include "util.h"
|
||||
|
||||
#define num_keycodes ARRAY_SIZE(lookup_table)
|
||||
static char UNKNOWN_KEYCODE[] = "UNKNOWN";
|
||||
|
@ -289,7 +292,7 @@ lookup_table_t lookup_table[333] =
|
|||
{"KC_QUES", KC_QUES},
|
||||
{"QK_BOOT", QK_BOOT},
|
||||
{"DB_TOGG", DB_TOGG},
|
||||
{"MAGIC_TOGGLE_NKRO", MAGIC_TOGGLE_NKRO},
|
||||
{"NK_TOGG", NK_TOGG},
|
||||
{"QK_GESC", QK_GESC},
|
||||
{"AU_ON", AU_ON},
|
||||
{"AU_OFF", AU_OFF},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue