lgui7_7
This commit is contained in:
parent
90f5c2cad8
commit
159e9efdf5
1 changed files with 10 additions and 1 deletions
|
|
@ -3,6 +3,15 @@
|
|||
#include <dt-bindings/zmk/keys.h>
|
||||
|
||||
/ {
|
||||
behaviors {
|
||||
lgui7_7: lgui7_7 {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
label = "LGUI7_7";
|
||||
#binding-cells = <0>;
|
||||
bindings = <&kp LG(N7)>, <&kp N7>;
|
||||
};
|
||||
};
|
||||
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
label = "ninepad";
|
||||
|
|
@ -10,7 +19,7 @@
|
|||
default_layer {
|
||||
label = "Default";
|
||||
bindings = <
|
||||
&kp N7 &kp N8 &mo 1
|
||||
&lgui7_7 &kp N8 &mo 1
|
||||
&kp NUMBER_4 &kp N5 &kp NUMBER_6
|
||||
&kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3
|
||||
>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue