fix(keymap): move the toggle layer logic to keymap.c

This commit is contained in:
Cody McGinnis
2020-08-18 14:02:25 -04:00
parent ae104374c0
commit 7facb6eee8
4 changed files with 17 additions and 7 deletions

View File

@@ -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);