Fix switch_default_layer command

This commit is contained in:
tmk 2013-02-15 15:27:19 +09:00
parent 0c1d98bd3c
commit 2b811352a1
3 changed files with 26 additions and 15 deletions

View file

@ -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);