Rename QK_TMK(_MAX) to QK_BASIC (#6509)

This commit is contained in:
fauxpark
2019-08-09 06:32:30 +10:00
committed by Florian Didron
parent 562884a328
commit 86c9a1a384

View File

@@ -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,