mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
chore(tests): remove useless &cp test
This commit is contained in:
committed by
Pete Johanson
parent
2233f457b2
commit
6927abee6e
@@ -10,7 +10,8 @@
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp B &none
|
||||
&kp C_NEXT &none>;
|
||||
&none &none
|
||||
>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
s/.*hid_listener_keycode_//p
|
||||
@@ -1,2 +0,0 @@
|
||||
pressed: usage_page 0x0c keycode 0xb5 mods 0x00
|
||||
pressed: usage_page 0x0c keycode 0xb5 mods 0x00
|
||||
@@ -1,5 +0,0 @@
|
||||
#include "../behavior_keymap.dtsi"
|
||||
|
||||
&kscan {
|
||||
events = <ZMK_MOCK_PRESS(1,0,10) ZMK_MOCK_PRESS(1,0,10)>;
|
||||
};
|
||||
@@ -1,5 +1,8 @@
|
||||
#include "../behavior_keymap.dtsi"
|
||||
|
||||
&kscan {
|
||||
events = <ZMK_MOCK_PRESS(0,0,10) ZMK_MOCK_RELEASE(0,0,10)>;
|
||||
events = <
|
||||
ZMK_MOCK_PRESS(0,0,10)
|
||||
ZMK_MOCK_RELEASE(0,0,10)
|
||||
>;
|
||||
};
|
||||
Reference in New Issue
Block a user