Browse Source

SAFE_RANGE is used for default layout.

pull/13516/head
3araht 2 years ago
parent
commit
d5631c7889
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/chromatonemini/keymaps/default/keymap.c

+ 1
- 1
keyboards/chromatonemini/keymaps/default/keymap.c View File

@ -24,7 +24,7 @@ enum layer_names {
// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
L_BASE,
L_BASE = SAFE_RANGE,
L_RESERVE
};


Loading…
Cancel
Save