Keyboard: set SAFE_RANGE (#4078)

This commit is contained in:
eucalyn 2018-10-06 00:43:04 +09:00 committed by Drashna Jaelre
parent b4f26a4616
commit 13d67200df
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ extern rgblight_config_t rgblight_config;
#define XXXXXXX KC_NO
enum custom_keycodes {
RGBRST
RGBRST = SAFE_RANGE
};

View File

@ -31,7 +31,7 @@ extern rgblight_config_t rgblight_config;
#define XXXXXXX KC_NO
enum custom_keycodes {
RGBRST
RGBRST = SAFE_RANGE
};