Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81e4587

Browse files
authoredJul 31, 2024··
Updated charybdis.keymap
1 parent 6625873 commit 81e4587

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎config/charybdis.keymap

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <behaviors.dtsi>
2+
#include <dt-bindings/zmk/bt.h>
23
#include <dt-bindings/zmk/keys.h>
34
#include <dt-bindings/zmk/mouse.h>
45

@@ -51,9 +52,20 @@
5152
&kp UNDERSCORE &kp EQUAL &kp PIPE &kp GRAVE &kp P &kp LEFT_BRACKET &kp RBKT &kp F1 &kp F2 &kp F3 &kp F4 &kp K_SLEEP
5253
&kp SINGLE_QUOTE &kp A &kp F &kp G &kp H &kp LBRC &kp RIGHT_BRACE &kp F5 &kp F6 &kp F7 &kp F8 &kp DOUBLE_QUOTES
5354
&kp COLON &kp Z &kp X &kp C &kp V &kp LEFT_PARENTHESIS &kp RIGHT_PARENTHESIS &kp F9 &kp F10 &kp F11 &kp F12 &kp QUESTION
54-
&to 1 &kp K_UNDO &kp LSHFT &kp RIGHT_CONTROL &kp BACKSPACE
55+
&trans &kp K_UNDO &kp LSHFT &kp RIGHT_CONTROL &mo 3
5556
&kp SPACE &mkp LCLK &mkp RCLK
5657
>;
5758
};
59+
60+
layer_3 {
61+
bindings = <
62+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
63+
&trans &trans &trans &bt BT_SEL 1 &bt BT_SEL 0 &bt BT_CLR &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &trans &trans &trans
64+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
65+
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
66+
&trans &trans &trans &trans &trans
67+
&trans &trans &trans
68+
>;
69+
};
5870
};
5971
};

0 commit comments

Comments
 (0)
Please sign in to comment.