Modified Colemak-DH Symbols, Added RGB Control
Some checks failed
/ build (push) Failing after 2m28s
Some checks failed
/ build (push) Failing after 2m28s
This commit is contained in:
parent
ff862c85ec
commit
1d95e0b0e4
1 changed files with 12 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#include <behaviors.dtsi>
|
#include <behaviors.dtsi>
|
||||||
#include <dt-bindings/zmk/keys.h>
|
#include <dt-bindings/zmk/keys.h>
|
||||||
#include <dt-bindings/zmk/mouse.h>
|
#include <dt-bindings/zmk/rgb.h>
|
||||||
|
|
||||||
&led_strip {
|
&led_strip {
|
||||||
// chain-length = <6>;
|
// chain-length = <6>;
|
||||||
|
@ -227,12 +227,15 @@
|
||||||
compatible = "zmk,behavior-sensor-rotate-var";
|
compatible = "zmk,behavior-sensor-rotate-var";
|
||||||
#sensor-binding-cells = <0>;
|
#sensor-binding-cells = <0>;
|
||||||
bindings = <&mmv MOVE_RIGHT>, <&mmv MOVE_LEFT>;
|
bindings = <&mmv MOVE_RIGHT>, <&mmv MOVE_LEFT>;
|
||||||
|
|
||||||
tap-ms = <100>;
|
tap-ms = <100>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mouse_move_y: mouse_move_y {
|
mouse_move_y: mouse_move_y {
|
||||||
compatible = "zmk,behavior-sensor-rotate-var";
|
compatible = "zmk,behavior-sensor-rotate-var";
|
||||||
#sensor-binding-cells = <0>;
|
#sensor-binding-cells = <0>;
|
||||||
bindings = <&mmv MOVE_UP>, <&mmv MOVE_DOWN>;
|
bindings = <&mmv MOVE_UP>, <&mmv MOVE_DOWN>;
|
||||||
|
|
||||||
tap-ms = <100>;
|
tap-ms = <100>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -273,19 +276,19 @@
|
||||||
|
|
||||||
base_colemak-dh {
|
base_colemak-dh {
|
||||||
bindings = <
|
bindings = <
|
||||||
&trans &kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp SEMI &trans
|
&kp TAB &kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &de_hash &trans
|
||||||
&trans &kp A &kp R &kp S &kp T &kp G &kp M &kp N &kp E &kp I &kp O &trans
|
&kp ESC &kp A &kp R &kp S &kp T &kp G &kp M &kp N &kp E &kp I &kp O &trans
|
||||||
&trans &kp Z &kp X &kp C &kp D &kp V &trans &trans &trans &trans &kp K &kp H &kp COMMA &kp DOT &kp FSLH &trans
|
&trans &kp Z &kp X &kp C &kp D &kp V &rgb_ug RGB_COLOR_HSB(175,100,50) &rgb_ug RGB_EFR &rgb_ug RGB_BRD &rgb_ug RGB_BRI &kp K &kp H &de_comma &de_dot &kp MINUS &trans
|
||||||
&none &mo 2 &kp LSHFT &trans &trans &trans &trans &kp SPACE &mo 4 &none
|
&none &mo 2 &kp LSHFT &kp ENTER &rgb_ug RGB_EFF &rgb_ug RGB_TOG &kp BSPC &kp SPACE &mo 4 &none
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
extend_layer {
|
extend_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
&trans &kp ESC &kp K_BACK &kp K_FIND &kp K_FORWARD &kp INS &kp PG_UP &kp HOME &kp UP &kp END &kp CAPS &trans
|
&trans &kp ESC &kp K_BACK &kp K_FIND &kp K_FORWARD &kp INS &kp HOME &kp PG_UP &kp UP &kp PG_DN &kp CAPS &trans
|
||||||
&trans &sk LALT &sk LGUI &sk LSHFT &sk LCTRL &sk RALT &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp DEL &trans
|
&trans &sk LALT &sk LGUI &sk LSHFT &sk LCTRL &sk RALT &kp END &kp LEFT &kp DOWN &kp RIGHT &kp DEL &trans
|
||||||
&trans &kp LC(Z) &kp LC(X) &kp LC(C) &kp LGUI &kp LC(V) &trans &trans &trans &trans &kp ENTER &kp BSPC &kp TAB &kp C_MENU &kp PSCRN &trans
|
&trans &kp LC(Z) &kp LC(X) &kp LC(C) &kp LGUI &kp LC(V) &trans &trans &trans &trans &kp ENTER &kp BSPC &kp TAB &kp C_MENU &kp PSCRN &trans
|
||||||
&none &none &trans &trans &trans &trans &trans &kp ENTER &mo 3 &none
|
&none &none &trans &trans &trans &trans &trans &kp ENTER &mo 3 &none
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue