Skip to content

Commit 1691b08

Browse files
committed
fix
1 parent cfa26fe commit 1691b08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/cradio.keymap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//│ CAPS │ 7 │ 8 │ 9 │ │ │ │ : │ ; │ │BACKSPACE │
8888
&caps_word &kp N7 &kp N8 &kp N9 &trans &trans &kp COLON &kp SEMI &trans &kp BSPC
8989
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
90-
&to default_layer &kp ESC &trans &to symbol
90+
&to default &kp ESC &trans &to symbol
9191
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
9292
>;
9393
};
@@ -104,7 +104,7 @@
104104
//│ │ │ │ FN LAYER │ │ │ & │ _ │ + │ │ │ │
105105
&trans &trans &trans &to function &trans &kp AMPS &kp UNDER &kp PLUS &kp PIPE &trans
106106
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
107-
&to default_layer &trans &to conf_layer &to number
107+
&to default &trans &to conf_layer &to number
108108
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
109109
>;
110110
};
@@ -224,7 +224,7 @@
224224
//│ │ │ │ CLEAR BT │PROFILE 2 │ │ VALLACK │ │ │ │ │
225225
&trans &trans &trans &bt BT_CLR &bt BT_SEL 2 &tog vallack_1 &trans &trans &trans &trans
226226
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
227-
&to default_layer &trans &trans &trans
227+
&to default &trans &trans &trans
228228
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
229229
>;
230230
};

0 commit comments

Comments
 (0)