mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-30 19:10:08 -04:00
It did not like me putting that variable in the header file
This commit is contained in:
parent
4c1ff262ab
commit
0eafe4f4c8
2 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,6 @@ enum keycodes {
|
|||
#define _DEFAULT_LAYER_3 (FIRST_DEFAULT_LAYER + 2)
|
||||
#define NUM_BASE_LAYER 3
|
||||
|
||||
static uint8_t current_base_layer = _DEFAULT_LAYER_1;
|
||||
|
||||
#define _NONE_3__________________ ___x___, ___x___, ___x___
|
||||
#define _NONE_5____________________________________ ___x___, ___x___, ___x___, ___x___, ___x___
|
||||
#define _GACS_MODS________________________ TR_LGUI, TR_LALT, TR_LCTL, TR_LSFT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue