Reallocate SAFE_RANGE (#19909)
This commit is contained in:
@@ -28,7 +28,7 @@ enum layers {
|
||||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
VRSN = ML_SAFE_RANGE,
|
||||
VRSN = SAFE_RANGE,
|
||||
};
|
||||
|
||||
// clang-format off
|
||||
|
@@ -24,7 +24,7 @@ enum layers {
|
||||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
a_umlaut = ML_SAFE_RANGE,
|
||||
a_umlaut = SAFE_RANGE,
|
||||
o_umlaut,
|
||||
u_umlaut,
|
||||
eszett,
|
||||
|
@@ -90,9 +90,8 @@ extern bool mcp23018_leds[];
|
||||
// clang-format on
|
||||
|
||||
enum planck_ez_keycodes {
|
||||
TOGGLE_LAYER_COLOR = SAFE_RANGE,
|
||||
TOGGLE_LAYER_COLOR = QK_KB_0,
|
||||
LED_LEVEL,
|
||||
ML_SAFE_RANGE,
|
||||
};
|
||||
|
||||
#ifndef WEBUSB_ENABLE
|
||||
|
Reference in New Issue
Block a user