diff options
author | Akshay <[email protected]> | 2023-07-29 08:56:33 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2023-07-29 08:56:33 +0100 |
commit | f59c2b51f35d6d3fc4f6295e5ab1c0bf8e443bd6 (patch) | |
tree | eccfa0c5f78512567d48448a2f20621f8847e5fa | |
parent | 5c5672b7f275046a17aaccc87232379bcb05a7cb (diff) |
reset -> sys_reset
-rw-r--r-- | config/cradio.keymap | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index ea5ad49..4edb1ac 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap | |||
@@ -83,7 +83,7 @@ | |||
83 | 83 | ||
84 | nav_layer { | 84 | nav_layer { |
85 | bindings = < | 85 | bindings = < |
86 | &bt BT_CLR &trans &trans &bootloader &reset &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR | 86 | &bt BT_CLR &trans &trans &bootloader &sys_reset &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR |
87 | &bt BT_SEL 0 &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans | 87 | &bt BT_SEL 0 &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans |
88 | &bt BT_SEL 1 &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &trans &trans | 88 | &bt BT_SEL 1 &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &trans &trans |
89 | &trans &trans &trans &trans | 89 | &trans &trans &trans &trans |
@@ -101,10 +101,10 @@ | |||
101 | 101 | ||
102 | sym_layer { | 102 | sym_layer { |
103 | bindings = < | 103 | bindings = < |
104 | &kp LS(Q) &kp LS(Z) &kp STAR &kp AMPS &trans &reset &bootloader &trans &trans &trans | 104 | &kp LS(Q) &kp LS(Z) &kp STAR &kp AMPS &trans &sys_reset &bootloader &trans &trans &trans |
105 | &kp DQT &kp CARET &kp PRCNT &kp DLLR &kp KP_PLUS &trans &trans &trans &trans &trans | 105 | &kp DQT &kp CARET &kp PRCNT &kp DLLR &kp KP_PLUS &trans &trans &trans &trans &trans |
106 | &kp TILDE &kp HASH &kp AT &kp EXCL &kp PIPE &trans &trans &trans &trans &trans | 106 | &kp TILDE &kp HASH &kp AT &kp EXCL &kp PIPE &trans &trans &trans &trans &trans |
107 | &kp LPAR &kp RPAR &trans &trans | 107 | &kp LPAR &kp RPAR &trans &trans |
108 | >; | 108 | >; |
109 | }; | 109 | }; |
110 | 110 | ||
@@ -136,4 +136,3 @@ | |||
136 | }; | 136 | }; |
137 | }; | 137 | }; |
138 | }; | 138 | }; |
139 | |||