(feature) Add &to keycode/behavior (#489)
feat(behaviors): Add `&to` behavior to switch to a layer.
This commit is contained in:
parent
43f6d798be
commit
d207c3c30f
12 changed files with 183 additions and 10 deletions
|
|
@ -15,5 +15,6 @@ uint8_t zmk_keymap_highest_layer_active();
|
|||
int zmk_keymap_layer_activate(uint8_t layer);
|
||||
int zmk_keymap_layer_deactivate(uint8_t layer);
|
||||
int zmk_keymap_layer_toggle(uint8_t layer);
|
||||
int zmk_keymap_layer_to(uint8_t layer);
|
||||
|
||||
int zmk_keymap_position_state_changed(uint32_t position, bool pressed, int64_t timestamp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue