feat(backlight): add tests
This commit is contained in:
parent
ce843825e8
commit
2c0fe3934d
24 changed files with 285 additions and 3 deletions
12
app/tests/backlight/config-on/native_posix.keymap
Normal file
12
app/tests/backlight/config-on/native_posix.keymap
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "../behavior_keymap.dtsi"
|
||||
|
||||
&kscan {
|
||||
events = <
|
||||
/* BL_ON */
|
||||
ZMK_MOCK_PRESS(1,0,10)
|
||||
ZMK_MOCK_RELEASE(1,0,10)
|
||||
/* BL_OFF */
|
||||
ZMK_MOCK_PRESS(1,1,10)
|
||||
ZMK_MOCK_RELEASE(1,1,10)
|
||||
>;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue