[Keymap] Fixing keymap DYNAMIC_MACRO_RANGE keycode enumeration (#6248)
This commit is contained in:
parent
cbf76a1290
commit
509a34fbab
7 changed files with 15 additions and 18 deletions
|
@ -12,10 +12,10 @@ enum layers {
|
|||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
DYNAMIC_MACRO_RANGE = SAFE_RANGE,
|
||||
QMK_REV,
|
||||
QMK_REV = SAFE_RANGE,
|
||||
KC_WEB,
|
||||
KC_SP4
|
||||
KC_SP4,
|
||||
DYNAMIC_MACRO_RANGE
|
||||
};
|
||||
|
||||
extern backlight_config_t backlight_config;
|
||||
|
|
|
@ -22,4 +22,3 @@ FAUXCLICKY_ENABLE = no # Uses buzzer to emulate clicky switches. By defaul
|
|||
API_SYSEX_ENABLE = no # This enables using the Quantum SYSEX API to send strings(+5390)
|
||||
KEY_LOCK_ENABLE = no # This enables key lock(+260)
|
||||
SPLIT_KEYBOARD = no # This enables split keyboard support and includes all necessary files located at quantum/split_common
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue