From: fauxpark Date: Thu, 8 Aug 2019 20:32:30 +0000 (+1000) Subject: Rename QK_TMK(_MAX) to QK_BASIC (#6509) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2a534e87acfa8391d88dac6df02ae1a14da6c18e;p=qmk_firmware.git Rename QK_TMK(_MAX) to QK_BASIC (#6509) --- 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 @@ #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,