Skip to content

Commit

Permalink
Add PLACEHOLDER for better readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Nov 29, 2021
1 parent 2dee9cb commit b024005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/sofle/keymaps/keyhive_via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#define BASE_LAYERS 3

enum custom_keycodes {
// cycle BASE_LAYERS (62 bytes)
CYCLE_L = SAFE_RANGE
PLACEHOLDER = SAFE_RANGE, // can always be here (4 bytes)
CYCLE_L // cycle BASE_LAYERS (62 bytes)
};

enum custom_layers {
Expand Down

0 comments on commit b024005

Please sign in to comment.