diff options
| author | tmk <nobody@nowhere> | 2013-02-15 15:27:19 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-02-15 15:27:19 +0900 |
| commit | 2b811352a1497e28b946a49f9f31dc15dbda420b (patch) | |
| tree | 98b2502fd231d4916270b76632242a15bb27781d /common/layer_stack.h | |
| parent | 0c1d98bd3c0b0ea4f109d2515521f1fcbccf3d3f (diff) | |
| download | qmk_firmware-2b811352a1497e28b946a49f9f31dc15dbda420b.tar.gz qmk_firmware-2b811352a1497e28b946a49f9f31dc15dbda420b.zip | |
Fix switch_default_layer command
Diffstat (limited to 'common/layer_stack.h')
| -rw-r--r-- | common/layer_stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/layer_stack.h b/common/layer_stack.h index c88eaffc4..25bf37a5b 100644 --- a/common/layer_stack.h +++ b/common/layer_stack.h | |||
| @@ -32,6 +32,7 @@ typedef struct { | |||
| 32 | } layer_item_t; | 32 | } layer_item_t; |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | void layer_stack_clear(void); | ||
| 35 | bool layer_stack_push(uint8_t layer); | 36 | bool layer_stack_push(uint8_t layer); |
| 36 | bool layer_stack_pop(void); | 37 | bool layer_stack_pop(void); |
| 37 | bool layer_stack_remove(uint8_t layer); | 38 | bool layer_stack_remove(uint8_t layer); |
