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:
parent
70ab6b243a
commit
19582174f3
38 changed files with 573 additions and 3 deletions
6
app/module/test-behaviors/CMakeLists.txt
Normal file
6
app/module/test-behaviors/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if (((NOT CONFIG_ZMK_SPLIT) OR CONFIG_ZMK_SPLIT_ROLE_CENTRAL) AND CONFIG_ZMK_TEST_BEHAVIORS)
|
||||
target_sources(app PRIVATE behavior_add_layer.c)
|
||||
target_sources(app PRIVATE behavior_move_layer.c)
|
||||
target_sources(app PRIVATE behavior_remove_layer.c)
|
||||
target_sources(app PRIVATE behavior_set_layer_binding_at_idx.c)
|
||||
endif()
|
||||
Loading…
Add table
Add a link
Reference in a new issue