diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-09 06:32:30 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-08 13:32:30 -0700 |
commit | 2a534e87acfa8391d88dac6df02ae1a14da6c18e (patch) | |
tree | adb63fa3f745acab64197528f024065ec9032622 | |
parent | f3e73965f061ed21111ca5ae89b046b1efbd894d (diff) |
Rename QK_TMK(_MAX) to QK_BASIC (#6509)
-rw-r--r-- | quantum/quantum_keycodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 207e0a8261..b5c6783e5e 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -31,9 +31,9 @@ #define XXXXXXX KC_NO enum quantum_keycodes { - // Ranges used in shortucuts - not to be used directly - QK_TMK = 0x0000, - QK_TMK_MAX = 0x00FF, + // Ranges used in shortcuts - not to be used directly + QK_BASIC = 0x0000, + QK_BASIC_MAX = 0x00FF, QK_MODS = 0x0100, QK_LCTL = 0x0100, QK_LSFT = 0x0200, |