This commit is contained in:
keymap-editor[bot] 2024-06-27 02:14:26 +00:00 committed by GitHub
parent 90f5c2cad8
commit 159e9efdf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
>;