From 53822bc94072186b02ceb65e97fa38aedafeb623 Mon Sep 17 00:00:00 2001 From: 0scar Date: Fri, 29 Sep 2023 15:23:29 +0200 Subject: Add semicolon & parenthesis --- build.yaml | 4 ++-- config/cradio.conf | 4 ++-- config/cradio.keymap | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.yaml b/build.yaml index 182d387..45ac8c8 100644 --- a/build.yaml +++ b/build.yaml @@ -17,5 +17,5 @@ include: shield: cradio_left - board: nice_nano_v2 shield: cradio_right - - board: nice_nano_v2 - shield: settings_reset +# - board: nice_nano_v2 +# shield: settings_reset diff --git a/config/cradio.conf b/config/cradio.conf index 5b7f2ff..48c1a6b 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -2,5 +2,5 @@ CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000 -CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=5 -CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=15 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=15 diff --git a/config/cradio.keymap b/config/cradio.keymap index 1073ff3..970fdce 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -64,10 +64,10 @@ &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ DELETE │ │ # │ = │ │ │ │ : │ ; │ [ │ ] │ - &kp DEL &trans &kp HASH &kp EQUAL &trans &trans &kp COLON &kp COLON &kp LBKT &kp RBKT + &kp DEL &trans &kp HASH &kp EQUAL &trans &trans &kp COLON &kp SEMI &kp LBKT &kp RBKT //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ CAPS │ │ * │ _ │ │ │ │ - │ + │ ( │ ) │ - &caps_word &trans &kp ASTRK &kp UNDER &trans &trans &kp MINUS &kp PLUS &kp LBRC &kp RBRC + &caps_word &trans &kp ASTRK &kp UNDER &trans &trans &kp MINUS &kp PLUS &kp LPAR &kp RPAR //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ &trans &kp ESC &trans &trans // ╰──────────┴──────────╯ ╰──────────┴──────────╯ -- cgit v1.3