fix(keymap): move the toggle layer logic to keymap.c
This commit is contained in:
parent
ae104374c0
commit
7facb6eee8
4 changed files with 17 additions and 7 deletions
|
|
@ -3,5 +3,6 @@
|
|||
bool zmk_keymap_layer_active(u8_t layer);
|
||||
int zmk_keymap_layer_activate(u8_t layer);
|
||||
int zmk_keymap_layer_deactivate(u8_t layer);
|
||||
int zmk_keymap_layer_toggle(u8_t layer);
|
||||
|
||||
int zmk_keymap_position_state_changed(u32_t position, bool pressed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue