forked from mirrors/qmk_firmware
Rename QK_TMK(_MAX) to QK_BASIC (#6509)
This commit is contained in:
parent
f3e73965f0
commit
2a534e87ac
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@
|
||||||
#define XXXXXXX KC_NO
|
#define XXXXXXX KC_NO
|
||||||
|
|
||||||
enum quantum_keycodes {
|
enum quantum_keycodes {
|
||||||
// Ranges used in shortucuts - not to be used directly
|
// Ranges used in shortcuts - not to be used directly
|
||||||
QK_TMK = 0x0000,
|
QK_BASIC = 0x0000,
|
||||||
QK_TMK_MAX = 0x00FF,
|
QK_BASIC_MAX = 0x00FF,
|
||||||
QK_MODS = 0x0100,
|
QK_MODS = 0x0100,
|
||||||
QK_LCTL = 0x0100,
|
QK_LCTL = 0x0100,
|
||||||
QK_LSFT = 0x0200,
|
QK_LSFT = 0x0200,
|
||||||
|
|
Loading…
Reference in a new issue