From 59a6df14fc42cc5c7f87a2da70843d8e971285e5 Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Sun, 8 Sep 2024 02:40:24 +0800 Subject: [PATCH] Update corne.keymap --- config/corne.keymap | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/corne.keymap b/config/corne.keymap index ccd4918..6f22740 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -5,6 +5,7 @@ #include #include #include +#include #define ZMK_MOUSE_DEFAULT_MOVE_VAL 1200 // 600 #define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10 @@ -78,7 +79,7 @@ >; label = "NUMBER"; - sensor-bindings = <&inc_dec_kp PG_UP PG_DN>; + sensor-bindings = <&inc_dec_kp RIGHT_ARROW LEFT_ARROW>; }; raise_layer { @@ -97,6 +98,8 @@ &trans &trans &trans &kp SPACE &mmv MOVE_RIGHT &kp RET &trans &trans &mkp LCLK >; + label = "SYMBOL"; + sensor-bindings = <&inc_dec_kp RIGHT_ARROW LEFT_ARROW>; }; layer_3 { @@ -108,6 +111,8 @@ &kp C_MUTE &trans &trans &trans &mmv MOVE_RIGHT &trans &trans &trans &mkp LCLK >; + label = "FN"; + sensor-bindings = <&inc_dec_kp RIGHT_ARROW LEFT_ARROW>; }; }; };