test(split): Test split HID indicator setting. (#2747)

Add integration test for HID indicator state being propagated
to split peripherals.
This commit is contained in:
Pete Johanson
2025-01-03 16:05:18 -07:00
committed by GitHub
parent bc6bb90414
commit e6343f44ce
7 changed files with 89 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
&kscan {
/delete-property/ exit-after;
events = <>;
};
/ {
keymap {
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp A &kp B
&kp C &kp D>;
};
};
};