Fix consumer keys w/ refactored behaviors.
This commit is contained in:
parent
8027be106e
commit
55cf9db564
20 changed files with 193 additions and 238 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
bool zmk_keymap_layer_activate(u8_t layer);
|
||||
bool zmk_keymap_layer_deactivate(u8_t layer);
|
||||
int zmk_keymap_layer_activate(u8_t layer);
|
||||
int zmk_keymap_layer_deactivate(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