forked from kofal.net/zmk
feat(keymap): Add binding get/set, layer movement
* Add keymap API for getting/setting a bindings in keymap layers. * Add layer move support via intemediary ordering array. * Add settings storage for keymap changes.
This commit is contained in:
committed by
Pete Johanson
parent
0f972f1cc3
commit
c8c19598a7
@@ -1,8 +1,8 @@
|
||||
pos_state: layer: 0 position: 0, binding name: abc_macro
|
||||
pos_state: layer_id: 0 position: 0, binding name: abc_macro
|
||||
kp_pressed: usage_page 0x07 keycode 0x04 implicit_mods 0x00 explicit_mods 0x00
|
||||
pos_state: layer: 0 position: 0, binding name: abc_macro
|
||||
pos_state: layer: 0 position: 1, binding name: momentary_layer
|
||||
pos_state: layer: 0 position: 1, binding name: momentary_layer
|
||||
pos_state: layer_id: 0 position: 0, binding name: abc_macro
|
||||
pos_state: layer_id: 0 position: 1, binding name: momentary_layer
|
||||
pos_state: layer_id: 0 position: 1, binding name: momentary_layer
|
||||
kp_released: usage_page 0x07 keycode 0x04 implicit_mods 0x00 explicit_mods 0x00
|
||||
kp_pressed: usage_page 0x07 keycode 0x05 implicit_mods 0x00 explicit_mods 0x00
|
||||
kp_released: usage_page 0x07 keycode 0x05 implicit_mods 0x00 explicit_mods 0x00
|
||||
|
||||
Reference in New Issue
Block a user