[FIX] use correct keycodes

This commit is contained in:
Marius Alwan Meyer 2023-02-20 18:18:21 +01:00
parent 39d877cf7a
commit d521b8098b

View File

@ -34,7 +34,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 0>
, <&macro_tap &kp NUMBER_0>
, <&macro_release &kp LGUI>
;
};
@ -44,7 +44,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 1>
, <&macro_tap &kp NUMBER_1>
, <&macro_release &kp LGUI>
;
};
@ -54,7 +54,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 2>
, <&macro_tap &kp NUMBER_2>
, <&macro_release &kp LGUI>
;
};
@ -64,7 +64,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 3>
, <&macro_tap &kp NUMBER_3>
, <&macro_release &kp LGUI>
;
};
@ -74,7 +74,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 4>
, <&macro_tap &kp NUMBER_4>
, <&macro_release &kp LGUI>
;
};
@ -84,7 +84,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 5>
, <&macro_tap &kp NUMBER_5>
, <&macro_release &kp LGUI>
;
};
@ -94,7 +94,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 6>
, <&macro_tap &kp NUMBER_6>
, <&macro_release &kp LGUI>
;
};
@ -104,7 +104,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 7>
, <&macro_tap &kp NUMBER_7>
, <&macro_release &kp LGUI>
;
};
@ -114,7 +114,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 8>
, <&macro_tap &kp NUMBER_8>
, <&macro_release &kp LGUI>
;
};
@ -124,7 +124,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp 9>
, <&macro_tap &kp NUMBER_9>
, <&macro_release &kp LGUI>
;
};