From ea221fc92c7bcb52e631410dd78a872deb8767e4 Mon Sep 17 00:00:00 2001
From: "keymap-editor[bot]"
 <91849743+keymap-editor[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2024 18:44:23 +0000
Subject: [PATCH] Add function layer

---
 config/cradio.keymap | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/config/cradio.keymap b/config/cradio.keymap
index d86dbb0..72ec01f 100644
--- a/config/cradio.keymap
+++ b/config/cradio.keymap
@@ -50,7 +50,7 @@
 
         left_layer {
             bindings = <
-&trans    &kp LBKT  &kp LBRC   &kp RBRC      &trans       &kp CARET  &kp LPAR   &kp RPAR   &kp RBKT  &kp TILDE
+&mo 5     &kp LBKT  &kp LBRC   &kp RBRC      &trans       &kp CARET  &kp LPAR   &kp RPAR   &kp RBKT  &kp TILDE
 &kp EXCL  &kp AT    &kp HASH   &kp DLLR      &kp PRCNT    &kp ASTRK  &kp MINUS  &kp EQUAL  &kp BSLH  &kp GRAVE
 &trans    &trans    &kp SLASH  &kp QUESTION  &trans       &kp AMPS   &kp UNDER  &kp PLUS   &kp PIPE  &trans
                                &trans        &trans       &trans     &trans
@@ -74,5 +74,14 @@
                          &kp TAB  &kp SPACE    &none  &none
             >;
         };
+
+        function_layer {
+            bindings = <
+&none  &none  &none  &none  &none    &kp F1   &kp F2   &kp F3  &kp F4  &kp F5
+&none  &none  &none  &none  &none    &kp F6   &kp F7   &kp F8  &kp F9  &kp F10
+&none  &none  &none  &none  &none    &kp F11  &kp F12  &none   &none   &none
+                     &none  &none    &none    &none
+            >;
+        };
     };
 };