Some initial work on behavior bindings for keymaps
This commit is contained in:
parent
865f41a46d
commit
c23d752917
19 changed files with 370 additions and 64 deletions
9
app/dts/behaviors/key_press.dtsi
Normal file
9
app/dts/behaviors/key_press.dtsi
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/ {
|
||||
behaviors {
|
||||
kp: behavior_key_press {
|
||||
compatible = "zmk,behavior-key-press";
|
||||
label = "KEY_PRESS";
|
||||
#binding-cells = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue