Keyboard: set SAFE_RANGE (#4078)
This commit is contained in:
parent
b4f26a4616
commit
13d67200df
@ -31,7 +31,7 @@ extern rgblight_config_t rgblight_config;
|
||||
#define XXXXXXX KC_NO
|
||||
|
||||
enum custom_keycodes {
|
||||
RGBRST
|
||||
RGBRST = SAFE_RANGE
|
||||
};
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@ extern rgblight_config_t rgblight_config;
|
||||
#define XXXXXXX KC_NO
|
||||
|
||||
enum custom_keycodes {
|
||||
RGBRST
|
||||
RGBRST = SAFE_RANGE
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user