[Keymap] Fixing keymap DYNAMIC_MACRO_RANGE keycode enumeration (#6248)

This commit is contained in:
Gam3cat
2019-07-05 04:56:57 -07:00
committed by Drashna Jaelre
parent cbf76a1290
commit 509a34fbab
7 changed files with 15 additions and 18 deletions

View File

@@ -17,10 +17,10 @@ enum layers {
};
enum custom_keycodes {
DYNAMIC_MACRO_RANGE = SAFE_RANGE,
QMK_REV,
QMK_REV = SAFE_RANGE,
KC_WEB,
KC_WCLS
KC_WCLS,
DYNAMIC_MACRO_RANGE
};
extern backlight_config_t backlight_config;