diff options
Diffstat (limited to 'tmk_core/common/action_layer.h')
| -rw-r--r-- | tmk_core/common/action_layer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/action_layer.h b/tmk_core/common/action_layer.h index e71604d87..5fad18cbd 100644 --- a/tmk_core/common/action_layer.h +++ b/tmk_core/common/action_layer.h | |||
| @@ -51,6 +51,8 @@ void default_layer_xor(uint32_t state); | |||
| 51 | extern uint32_t layer_state; | 51 | extern uint32_t layer_state; |
| 52 | void layer_debug(void); | 52 | void layer_debug(void); |
| 53 | void layer_clear(void); | 53 | void layer_clear(void); |
| 54 | bool layer_state_is(uint8_t layer); | ||
| 55 | bool layer_state_cmp(uint32_t layer1, uint8_t layer2); | ||
| 54 | void layer_move(uint8_t layer); | 56 | void layer_move(uint8_t layer); |
| 55 | void layer_on(uint8_t layer); | 57 | void layer_on(uint8_t layer); |
| 56 | void layer_off(uint8_t layer); | 58 | void layer_off(uint8_t layer); |
