From dd137cb368f1dc3d784c3c99c91b5b57844e4626 Mon Sep 17 00:00:00 2001
From: "keymap-editor[bot]"
 <91849743+keymap-editor[bot]@users.noreply.github.com>
Date: Fri, 14 Apr 2023 14:17:51 +0000
Subject: [PATCH] jazzed up the punctuation layer (now I can type "'")

---
 config/corne.keymap | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/config/corne.keymap b/config/corne.keymap
index 3d85b00..16a324b 100644
--- a/config/corne.keymap
+++ b/config/corne.keymap
@@ -7,7 +7,6 @@
 #include <behaviors.dtsi>
 #include <dt-bindings/zmk/keys.h>
 #include <dt-bindings/zmk/bt.h>
-#include <dt-bindings/zmk/rgb.h>
 
 // dt-formatter: indent = "  "
 // dt-formatter: reindentMultilineIntegerCells = "dedent"
@@ -49,7 +48,7 @@
 
     base {
       bindings = <
-      &kp TAB  &kp Q  &kp W          &kp F  &kp P                   &kp G              &kp J  &kp L         &kp U    &kp Y  &kp SEMI    &kp INS
+  &mt ESC TAB  &kp Q  &kp W          &kp F  &kp P                   &kp G              &kp J  &kp L         &kp U    &kp Y  &kp SEMI    &kp INS
 &kp BACKSPACE  &kp A  &kp R          &kp S  &kp T                   &kp D              &kp H  &kp N         &kp E    &kp I     &kp O    &kp DEL
     &kp LSHFT  &kp Z  &kp X          &kp C  &kp V                   &kp B              &kp K  &kp M     &kp COMMA  &kp DOT  &kp FSLH  &kp RSHFT
                              &kp LEFT_META  &mo 1  &mt LEFT_CONTROL SPACE    &mt RCTRL ENTER  &mo 2  &kp LEFT_ALT
@@ -67,19 +66,19 @@
 
     lower {
       bindings = <
-&trans  &kp LS(NUMBER_1)  &kp LS(NUMBER_2)  &kp LS(NUMBER_3)  &kp LS(NUMBER_4)  &kp LS(NUMBER_5)    &kp RS(NUMBER_6)  &kp RS(NUMBER_7)  &kp RS(NUMBER_8)  &kp RS(NUMBER_9)  &kp RS(NUMBER_0)     &trans
-&trans            &trans            &trans            &trans            &trans            &trans           &kp MINUS         &kp EQUAL          &kp LBKT          &kp RBKT          &kp BSLH  &kp GRAVE
-&trans            &trans            &trans            &trans            &trans            &trans           &kp UNDER          &kp PLUS          &kp LBRC          &kp RBRC          &kp PIPE  &kp TILDE
+&trans  &kp LS(NUMBER_1)  &kp LS(NUMBER_2)  &kp LS(NUMBER_3)  &kp LS(NUMBER_4)  &kp LS(NUMBER_5)    &kp RS(NUMBER_6)  &kp RS(NUMBER_7)  &kp RS(NUMBER_8)  &kp RS(NUMBER_9)  &kp RS(NUMBER_0)  &trans
+&trans   &kp NON_US_BSLH  &kp SINGLE_QUOTE   &kp NON_US_HASH       &kp AT_SIGN         &kp GRAVE           &kp MINUS         &kp EQUAL          &kp LBKT          &kp RBKT          &kp BSLH  &trans
+&trans            &trans            &trans            &trans            &trans            &trans           &kp UNDER          &kp PLUS          &kp LBRC          &kp RBRC          &kp PIPE  &trans
                                                       &trans             &mo 3            &trans              &trans            &trans            &trans
       >;
     };
 
     both {
       bindings = <
-&trans  &trans  &trans  &trans  &trans  &bt BT_SEL 0    &bt BT_SEL 3  &trans  &trans  &trans  &trans    &rgb_ug RGB_COLOR_HSB(0,60,50)
-&trans  &trans  &trans  &trans  &trans  &bt BT_SEL 1    &bt BT_SEL 4  &trans  &trans  &trans  &trans  &rgb_ug RGB_COLOR_HSB(120,60,50)
-&trans  &trans  &trans  &trans  &trans  &bt BT_SEL 2      &bt BT_CLR  &trans  &trans  &trans  &trans  &rgb_ug RGB_COLOR_HSB(240,60,50)
-                        &trans  &trans        &trans          &trans  &trans  &trans
+&trans      &trans        &trans        &trans            &trans  &bt BT_SEL 0    &bt BT_SEL 3  &trans  &trans  &trans  &trans  &trans
+&trans  &kp K_STOP  &kp K_VOL_DN  &kp K_VOL_UP  &kp K_PLAY_PAUSE  &bt BT_SEL 1    &bt BT_SEL 4  &trans  &trans  &trans  &trans  &trans
+&trans      &trans        &trans        &trans            &trans  &bt BT_SEL 2      &bt BT_CLR  &trans  &trans  &trans  &trans  &trans
+                                        &trans            &trans        &trans          &trans  &trans  &trans
       >;
     };
   };