diff options
Diffstat (limited to 'app/include')
-rw-r--r-- | app/include/zmk/keymap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/include/zmk/keymap.h b/app/include/zmk/keymap.h index 7303d4a..1070af7 100644 --- a/app/include/zmk/keymap.h +++ b/app/include/zmk/keymap.h @@ -6,10 +6,10 @@ #pragma once -typedef uint32_t zmk_keymap_layers_state; +typedef uint32_t zmk_keymap_layers_state_t; uint8_t zmk_keymap_layer_default(); -zmk_keymap_layers_state zmk_keymap_layer_state(); +zmk_keymap_layers_state_t zmk_keymap_layer_state(); bool zmk_keymap_layer_active(uint8_t layer); uint8_t zmk_keymap_highest_layer_active(); int zmk_keymap_layer_activate(uint8_t layer); |