94061bb916
Standardized indentation to use spaces with a new pre-commit hook.
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
#include "../behavior_keymap.dtsi"
|
|
|
|
&kscan {
|
|
events = <
|
|
ZMK_MOCK_PRESS(0,0,10)
|
|
ZMK_MOCK_RELEASE(0,0,10)
|
|
ZMK_MOCK_PRESS(0,0,10)
|
|
ZMK_MOCK_RELEASE(0,0,10)
|
|
>;
|
|
}; |