Reallocate SAFE_RANGE (#19909)
This commit is contained in:
@@ -127,9 +127,8 @@ inline void ergodox_led_all_set(uint8_t n) {
|
||||
}
|
||||
|
||||
enum ergodox_ez_keycodes {
|
||||
LED_LEVEL = SAFE_RANGE,
|
||||
LED_LEVEL = QK_KB_0,
|
||||
TOGGLE_LAYER_COLOR,
|
||||
EZ_SAFE_RANGE,
|
||||
};
|
||||
|
||||
#ifndef WEBUSB_ENABLE
|
||||
|
@@ -8,11 +8,7 @@ enum layers {
|
||||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
#ifdef ORYX_CONFIGURATOR
|
||||
VRSN = EZ_SAFE_RANGE,
|
||||
#else
|
||||
VRSN = SAFE_RANGE,
|
||||
#endif
|
||||
};
|
||||
|
||||
// clang-format off
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#define NO_BSLS_ALT KC_EQUAL
|
||||
|
||||
enum custom_keycodes {
|
||||
RGB_SLD = EZ_SAFE_RANGE,
|
||||
RGB_SLD = SAFE_RANGE,
|
||||
MS_WH_UP,
|
||||
MS_WH_DOWN,
|
||||
MS_WH_RIGHT,
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#define ARROWS MO(_3_ARROW)
|
||||
|
||||
enum custom_keycodes {
|
||||
RGB_SLD = EZ_SAFE_RANGE,
|
||||
RGB_SLD = SAFE_RANGE,
|
||||
ALT_TAB,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user