diff options
Diffstat (limited to 'tmk_core/common/action_layer.h')
-rw-r--r-- | tmk_core/common/action_layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/action_layer.h b/tmk_core/common/action_layer.h index f1551d251..6e2f35d90 100644 --- a/tmk_core/common/action_layer.h +++ b/tmk_core/common/action_layer.h | |||
@@ -97,7 +97,7 @@ uint8_t read_source_layers_cache(keypos_t key); | |||
97 | action_t store_or_get_action(bool pressed, keypos_t key); | 97 | action_t store_or_get_action(bool pressed, keypos_t key); |
98 | 98 | ||
99 | /* return the topmost non-transparent layer currently associated with key */ | 99 | /* return the topmost non-transparent layer currently associated with key */ |
100 | int8_t layer_switch_get_layer(keypos_t key); | 100 | uint8_t layer_switch_get_layer(keypos_t key); |
101 | 101 | ||
102 | /* return action depending on current layer status */ | 102 | /* return action depending on current layer status */ |
103 | action_t layer_switch_get_action(keypos_t key); | 103 | action_t layer_switch_get_action(keypos_t key); |