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 /quantum/quantum_keycodes.h | |
parent | f3e73965f061ed21111ca5ae89b046b1efbd894d (diff) | |
download | qmk_firmware-2a534e87acfa8391d88dac6df02ae1a14da6c18e.tar.gz qmk_firmware-2a534e87acfa8391d88dac6df02ae1a14da6c18e.zip |
Rename QK_TMK(_MAX) to QK_BASIC (#6509)
Diffstat (limited to 'quantum/quantum_keycodes.h')
-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 207e0a826..b5c6783e5 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -31,9 +31,9 @@ | |||
31 | #define XXXXXXX KC_NO | 31 | #define XXXXXXX KC_NO |
32 | 32 | ||
33 | enum quantum_keycodes { | 33 | enum quantum_keycodes { |
34 | // Ranges used in shortucuts - not to be used directly | 34 | // Ranges used in shortcuts - not to be used directly |
35 | QK_TMK = 0x0000, | 35 | QK_BASIC = 0x0000, |
36 | QK_TMK_MAX = 0x00FF, | 36 | QK_BASIC_MAX = 0x00FF, |
37 | QK_MODS = 0x0100, | 37 | QK_MODS = 0x0100, |
38 | QK_LCTL = 0x0100, | 38 | QK_LCTL = 0x0100, |
39 | QK_LSFT = 0x0200, | 39 | QK_LSFT = 0x0200, |