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:
parent
0f972f1cc3
commit
c8c19598a7
13 changed files with 1296 additions and 64 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue