mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-23 06:25:18 -05:00
chore: Add basic tests for Studio's layer manipulation (#3164)
chore: Add test behaviors for Studio testing chore: Add basic tests for studio layer adjustment chore: Fixes from code review
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
remove_layer: Removed layer at index 1
|
||||
layer_changed: layer 1 state 1 locked 1
|
||||
pressed: usage_page 0x07 keycode 0x04 implicit_mods 0x00 explicit_mods 0x00
|
||||
released: usage_page 0x07 keycode 0x04 implicit_mods 0x00 explicit_mods 0x00
|
||||
layer_changed: layer 2 state 1 locked 1
|
||||
pressed: usage_page 0x07 keycode 0x06 implicit_mods 0x00 explicit_mods 0x00
|
||||
released: usage_page 0x07 keycode 0x06 implicit_mods 0x00 explicit_mods 0x00
|
||||
Reference in New Issue
Block a user