aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2023-09-29 13:23:29 +0000
committer0scar <qgt268@alumni.ku.dk>2023-09-29 13:23:29 +0000
commit53822bc94072186b02ceb65e97fa38aedafeb623 (patch)
tree0dad62a5529bfa34c09b382d1b76ae340a913a6c
parent68ebfcb2d6f78b4bcaf152d503fed67d0676d408 (diff)
Add semicolon & parenthesis
-rw-r--r--build.yaml4
-rw-r--r--config/cradio.conf4
-rw-r--r--config/cradio.keymap4
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
// ╰──────────┴──────────╯ ╰──────────┴──────────╯