Skip to content

Commit

Permalink
add 4 layer after desoldering
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Aug 18, 2024
1 parent bb3ee56 commit 710a673
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&ht LGUI A &ht LCTRL S &ht LALT D &ht LSHIFT F &kp G &kp H &ht RSHIFT J &ht RALT K &ht RCTRL L &ht RGUI SEMICOLON
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SINGLE_QUOTE
&dt &lt 1 TAB &lt 2 ENTER &lt 3 SPACE
&lt 2 ESC &lt 1 TAB &lt 4 ENTER &lt 3 SPACE
>;
};

num_layer {
bindings = <
&caps_word &kp LEFT_BRACKET &kp CARET &kp RIGHT_BRACKET &kp EQUAL &kp SLASH &kp NUMBER_4 &kp NUMBER_5 &kp NUMBER_9 &kp ASTERISK
&trans &kp LEFT_PARENTHESIS &kp DOLLAR &kp RIGHT_PARENTHESIS &kp QUESTION &kp PERIOD &kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3 &kp MINUS
&kp EQUAL &kp LEFT_PARENTHESIS &kp DOLLAR &kp RIGHT_PARENTHESIS &kp QUESTION &kp PERIOD &kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3 &kp MINUS
&trans &kp LEFT_BRACE &kp HASH &kp RIGHT_BRACE &kp PIPE &kp COMMA &kp NUMBER_8 &kp NUMBER_6 &kp NUMBER_7 &kp PLUS
&trans &trans &kp BACKSLASH &kp NUMBER_0
>;
};

navigation_layer {
bindings = <
&caps_word &kp PRINTSCREEN &kp INSERT &trans &bt BT_SEL 4 &caps_word &kp F4 &kp F5 &kp F9 &kp F12
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &kp MINUS &kp F1 &kp F2 &kp F3 &kp F11
&trans &kp BACKSPACE &trans &kp DELETE &trans &kp UNDERSCORE &kp F8 &kp F6 &kp F7 &kp F10
&trans &trans &out OUT_USB &out OUT_BLE
&caps_word &kp PRINTSCREEN &kp INSERT &trans &bt BT_SEL 4 &caps_word &kp F4 &kp F5 &kp F9 &kp F12
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &kp MINUS &kp F1 &kp F2 &kp F3 &kp F11
&out OUT_BLE &out OUT_USB &trans &trans &trans &kp UNDERSCORE &kp F8 &kp F6 &kp F7 &kp F10
&trans &trans &kp BACKSPACE &kp DELETE
>;
};

Expand All @@ -69,5 +69,14 @@
&kp EQUAL &kp BACKSLASH &trans &trans
>;
};

media {
bindings = <
&trans &kp C_VOLUME_DOWN &kp C_MUTE &kp C_VOLUME_UP &trans &trans &trans &trans &trans &trans
&trans &kp C_PREVIOUS &kp C_PLAY &kp C_NEXT &trans &trans &trans &trans &trans &trans
&trans &trans &kp C_STOP &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans
>;
};
};
};

0 comments on commit 710a673

Please sign in to comment.