mirror of
https://github.com/tcaxle/zmk-config.git
synced 2024-11-22 07:11:56 +00:00
jazzed up the punctuation layer (now I can type "'")
This commit is contained in:
parent
47032bccfa
commit
dd137cb368
@ -7,7 +7,6 @@
|
|||||||
#include <behaviors.dtsi>
|
#include <behaviors.dtsi>
|
||||||
#include <dt-bindings/zmk/keys.h>
|
#include <dt-bindings/zmk/keys.h>
|
||||||
#include <dt-bindings/zmk/bt.h>
|
#include <dt-bindings/zmk/bt.h>
|
||||||
#include <dt-bindings/zmk/rgb.h>
|
|
||||||
|
|
||||||
// dt-formatter: indent = " "
|
// dt-formatter: indent = " "
|
||||||
// dt-formatter: reindentMultilineIntegerCells = "dedent"
|
// dt-formatter: reindentMultilineIntegerCells = "dedent"
|
||||||
@ -49,7 +48,7 @@
|
|||||||
|
|
||||||
base {
|
base {
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp TAB &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SEMI &kp INS
|
&mt ESC TAB &kp Q &kp W &kp F &kp P &kp G &kp J &kp L &kp U &kp Y &kp SEMI &kp INS
|
||||||
&kp BACKSPACE &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp DEL
|
&kp BACKSPACE &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp DEL
|
||||||
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
|
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
|
||||||
&kp LEFT_META &mo 1 &mt LEFT_CONTROL SPACE &mt RCTRL ENTER &mo 2 &kp LEFT_ALT
|
&kp LEFT_META &mo 1 &mt LEFT_CONTROL SPACE &mt RCTRL ENTER &mo 2 &kp LEFT_ALT
|
||||||
@ -67,19 +66,19 @@
|
|||||||
|
|
||||||
lower {
|
lower {
|
||||||
bindings = <
|
bindings = <
|
||||||
&trans &kp LS(NUMBER_1) &kp LS(NUMBER_2) &kp LS(NUMBER_3) &kp LS(NUMBER_4) &kp LS(NUMBER_5) &kp RS(NUMBER_6) &kp RS(NUMBER_7) &kp RS(NUMBER_8) &kp RS(NUMBER_9) &kp RS(NUMBER_0) &trans
|
&trans &kp LS(NUMBER_1) &kp LS(NUMBER_2) &kp LS(NUMBER_3) &kp LS(NUMBER_4) &kp LS(NUMBER_5) &kp RS(NUMBER_6) &kp RS(NUMBER_7) &kp RS(NUMBER_8) &kp RS(NUMBER_9) &kp RS(NUMBER_0) &trans
|
||||||
&trans &trans &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
|
&trans &kp NON_US_BSLH &kp SINGLE_QUOTE &kp NON_US_HASH &kp AT_SIGN &kp GRAVE &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &trans
|
||||||
&trans &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
|
&trans &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &trans
|
||||||
&trans &mo 3 &trans &trans &trans &trans
|
&trans &mo 3 &trans &trans &trans &trans
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
both {
|
both {
|
||||||
bindings = <
|
bindings = <
|
||||||
&trans &trans &trans &trans &trans &bt BT_SEL 0 &bt BT_SEL 3 &trans &trans &trans &trans &rgb_ug RGB_COLOR_HSB(0,60,50)
|
&trans &trans &trans &trans &trans &bt BT_SEL 0 &bt BT_SEL 3 &trans &trans &trans &trans &trans
|
||||||
&trans &trans &trans &trans &trans &bt BT_SEL 1 &bt BT_SEL 4 &trans &trans &trans &trans &rgb_ug RGB_COLOR_HSB(120,60,50)
|
&trans &kp K_STOP &kp K_VOL_DN &kp K_VOL_UP &kp K_PLAY_PAUSE &bt BT_SEL 1 &bt BT_SEL 4 &trans &trans &trans &trans &trans
|
||||||
&trans &trans &trans &trans &trans &bt BT_SEL 2 &bt BT_CLR &trans &trans &trans &trans &rgb_ug RGB_COLOR_HSB(240,60,50)
|
&trans &trans &trans &trans &trans &bt BT_SEL 2 &bt BT_CLR &trans &trans &trans &trans &trans
|
||||||
&trans &trans &trans &trans &trans &trans
|
&trans &trans &trans &trans &trans &trans
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user