From 4837b5691dd7c3fa67c74cf1d0ea6417ff26fd39 Mon Sep 17 00:00:00 2001 From: ldebritto Date: Mon, 2 Dec 2024 18:34:15 -0300 Subject: [PATCH] Back to vanilla ZMK main on west --- config/cradio.keymap | 5 +---- config/west.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config/cradio.keymap b/config/cradio.keymap index a47bc4a..47c9fb5 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -17,10 +17,7 @@ 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 = ; - /delete-property/ ignore-modifiers; - }; // 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"; }; diff --git a/config/west.yml b/config/west.yml index 137490f..3a35555 100644 --- a/config/west.yml +++ b/config/west.yml @@ -8,7 +8,7 @@ manifest: # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects projects: - name: zmk - remote: urob + remote: zmkfirmware revision: main import: app/west.yml - name: zmk-tri-state