(feature) Add &to keycode/behavior (#489)

feat(behaviors): Add `&to` behavior to switch to a layer.
This commit is contained in:
KemoNine
2020-12-29 11:57:49 -05:00
committed by GitHub
parent 43f6d798be
commit d207c3c30f
12 changed files with 183 additions and 10 deletions

View File

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