summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-07-03 15:23:20 +0100
committerAkshay <[email protected]>2022-07-03 15:23:20 +0100
commit236b4daabb3685a2a8e0089b6a40d975ec3af005 (patch)
treea30a65b11f891cceed8fed2a70a0f2adc3658c32
parent605be3d91fa83b96acfbdcae31cfaa3050724044 (diff)
add system commands
-rw-r--r--config/cradio.keymap18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap
index 540b9c9..9a9a9d7 100644
--- a/config/cradio.keymap
+++ b/config/cradio.keymap
@@ -15,8 +15,8 @@
15 15
16 16
17&mt { 17&mt {
18 // flavor = "tap-preferred"; 18 flavor = "tap-preferred";
19 // tapping_term_ms = <200>; 19 tapping_term_ms = <200>;
20}; 20};
21 21
22/ { 22/ {
@@ -38,10 +38,10 @@
38 38
39 nav_layer { 39 nav_layer {
40 bindings = < 40 bindings = <
41 &trans &trans &trans &trans &trans &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR 41 &bt BT_CLR &trans &trans &trans &trans &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR
42 &trans &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans 42 &bt BT_SEL 0 &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans
43 &trans &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &trans &trans 43 &bt BT_SEL 1 &trans &trans &bootloader &reset &trans &kp LBKT &kp RBKT &trans &trans
44 &trans &trans &kp ESC &trans 44 &trans &trans &kp ESC &trans
45 >; 45 >;
46 }; 46 };
47 47
@@ -56,9 +56,9 @@
56 56
57 sym_layer { 57 sym_layer {
58 bindings = < 58 bindings = <
59 &trans &kp AMPS &kp STAR &kp LPAR &kp ESC &trans &trans &trans &trans &trans 59 &trans &kp AMPS &kp STAR &kp LPAR &kp ESC &trans &trans &trans &trans &trans
60 &kp DQT &kp DLLR &kp PRCNT &kp CARET &kp KP_PLUS &trans &trans &trans &trans &trans 60 &kp DQT &kp DLLR &kp PRCNT &kp CARET &kp KP_PLUS &trans &trans &trans &trans &trans
61 &kp TILDE &kp EXCL &kp AT &kp HASH &kp PIPE &trans &trans &trans &trans &trans 61 &kp TILDE &kp EXCL &kp AT &kp HASH &kp PIPE &reset &bootloader &trans &trans &trans
62 &kp RPAR &kp UNDER &trans &trans 62 &kp RPAR &kp UNDER &trans &trans
63 >; 63 >;
64 }; 64 };