From d521b8098bf3e9f81528d41ef49398e7288a7321 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:18:21 +0100 Subject: [PATCH] [FIX] use correct keycodes --- config/corne.keymap | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/corne.keymap b/config/corne.keymap index 9a8f4f6..d172422 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -34,7 +34,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 0> + , <¯o_tap &kp NUMBER_0> , <¯o_release &kp LGUI> ; }; @@ -44,7 +44,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 1> + , <¯o_tap &kp NUMBER_1> , <¯o_release &kp LGUI> ; }; @@ -54,7 +54,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 2> + , <¯o_tap &kp NUMBER_2> , <¯o_release &kp LGUI> ; }; @@ -64,7 +64,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 3> + , <¯o_tap &kp NUMBER_3> , <¯o_release &kp LGUI> ; }; @@ -74,7 +74,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 4> + , <¯o_tap &kp NUMBER_4> , <¯o_release &kp LGUI> ; }; @@ -84,7 +84,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 5> + , <¯o_tap &kp NUMBER_5> , <¯o_release &kp LGUI> ; }; @@ -94,7 +94,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 6> + , <¯o_tap &kp NUMBER_6> , <¯o_release &kp LGUI> ; }; @@ -104,7 +104,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 7> + , <¯o_tap &kp NUMBER_7> , <¯o_release &kp LGUI> ; }; @@ -114,7 +114,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 8> + , <¯o_tap &kp NUMBER_8> , <¯o_release &kp LGUI> ; }; @@ -124,7 +124,7 @@ #binding-cells = <0>; bindings = <¯o_press &kp LGUI> - , <¯o_tap &kp 9> + , <¯o_tap &kp NUMBER_9> , <¯o_release &kp LGUI> ; };