diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-09 06:32:30 +1000 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-08-13 10:49:14 +0900 |
commit | 86c9a1a38487da2753baa36e78d44f82b1bc9136 (patch) | |
tree | f966764925fa1de8e490f74b1b2fe7ed6367db14 /quantum/quantum_keycodes.h | |
parent | 562884a32821bd6cb163323adb4cd371861caa04 (diff) |
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 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, |