Reallocate SAFE_RANGE (#19909)
This commit is contained in:
@@ -29,11 +29,6 @@ hs_set layer_colors[4] = {
|
||||
};
|
||||
size_t lc_size = ARRAY_SIZE(layer_colors);
|
||||
|
||||
// Use NEW_SAFE_RANGE to define new custom keycodes in order to not overwrite the ones used for front LED control
|
||||
enum custom_keycodes {
|
||||
MY_KEYCODE = NEW_SAFE_RANGE,
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
LAYOUT( /* Base */
|
||||
QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
|
||||
|
Reference in New Issue
Block a user