forked from mirrors/qmk_userspace
Fix switch_default_layer command
This commit is contained in:
parent
0c1d98bd3c
commit
2b811352a1
3 changed files with 26 additions and 15 deletions
|
@ -32,6 +32,7 @@ typedef struct {
|
|||
} layer_item_t;
|
||||
|
||||
|
||||
void layer_stack_clear(void);
|
||||
bool layer_stack_push(uint8_t layer);
|
||||
bool layer_stack_pop(void);
|
||||
bool layer_stack_remove(uint8_t layer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue