From e897ca948b05bc73821367c5339804fbed389bbe Mon Sep 17 00:00:00 2001 From: ldebritto Date: Thu, 23 Jan 2025 11:35:53 -0300 Subject: [PATCH] Expanded &caps_word continue list with /- --- config/cradio.keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index 2b9ea6b..f7dc8e2 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -25,12 +25,12 @@ release-after-ms = <86400000>;// Default is 1000 ms, raised to 1 day to emulate Callum's behavior that requires canceling on layer key. }; -&caps_word { continue-list = ; }; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys. +&caps_word { continue-list = ; }; // K_CANCEL is for &lc macro, LSHFT is for PT-BR diacriticals on ^`~" keys. &mt { flavor = "balanced"; }; &num_word { // requires auto-layer module (https://github.com/urob/zmk-auto-layer) - continue-list = ; + continue-list = ; ignore-modifiers; };