From 19de91f449cad36ab09cabc6ec8dfb548f3467de Mon Sep 17 00:00:00 2001 From: ldebritto Date: Mon, 27 Jan 2025 16:08:55 -0300 Subject: [PATCH] Fixed combo for right side numword --- config/cradio.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index de984f7..0cb4871 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -87,7 +87,7 @@ }; toggle_right_num_word { - key-positions = <17 34>; + key-positions = <17 33>; bindings = <&num_word NUM>; // requires auto-layer module (https://github.com/urob/zmk-auto-layer) layers = ; };