forked from mirrors/qmk_userspace
Reallocate SAFE_RANGE (#19909)
This commit is contained in:
parent
ea77246865
commit
961f0b7b2d
50 changed files with 31 additions and 132 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue