default rgb to off
This commit is contained in:
parent
cdabc136bd
commit
3790dcdcf6
3 changed files with 19 additions and 7 deletions
|
|
@ -47,8 +47,8 @@
|
|||
// | GUI | | SPC | | ENT | | ALT |
|
||||
|
||||
bindings = <
|
||||
&studio_unlock &trans &trans &trans &trans &trans &trans &kp HOME &kp UP &kp END &kp LS(LBKT) &trans
|
||||
&sys_reset &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &trans &kp LEFT &kp DOWN &kp RIGHT &kp LS(RBKT) &trans
|
||||
&studio_unlock &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &trans &kp HOME &kp UP &kp END &kp LS(LBKT) &trans
|
||||
&sys_reset &kp LCTRL &kp LSHFT &kp LALT &kp LGUI &trans &trans &kp LEFT &kp DOWN &kp RIGHT &kp LS(RBKT) &trans
|
||||
&trans &rgb_ug RGB_TOG &rgb_ug RGB_EFF &rgb_ug RGB_BRD &rgb_ug RGB_BRI &trans &trans &kp LPAR &kp RPAR &kp LBKT &kp RBKT &trans
|
||||
&trans &trans &trans &trans &trans &trans
|
||||
>;
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@
|
|||
// | | | | | | | | | | | |
|
||||
|
||||
bindings = <
|
||||
&studio_unlock &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&studio_unlock &trans &trans &trans &trans &trans &trans &kp HOME &kp UP &kp END &kp LS(LBKT) &trans
|
||||
&sys_reset &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &trans &kp LEFT &kp DOWN &kp RIGHT &kp LS(RBKT) &trans
|
||||
&&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&studio_unlock &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &trans &kp HOME &kp UP &kp END &kp LS(LBKT) &trans
|
||||
&sys_reset &kp LCTRL &kp LSHFT &kp LALT &kp LGUI &trans &trans &kp LEFT &kp DOWN &kp RIGHT &kp LS(RBKT) &trans
|
||||
&trans &rgb_ug RGB_TOG &rgb_ug RGB_EFF &rgb_ug RGB_BRD &rgb_ug RGB_BRI &trans &trans &trans &trans &kp LPAR &kp RPAR &kp LBKT &kp RBKT &trans
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
>;
|
||||
|
|
@ -77,5 +77,16 @@
|
|||
|
||||
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
|
||||
};
|
||||
extra_1 {
|
||||
status = "reserved";
|
||||
};
|
||||
|
||||
extra_2 {
|
||||
status = "reserved";
|
||||
};
|
||||
|
||||
extra_3 {
|
||||
status = "reserved";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
### RGB UNDERGLOW
|
||||
CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n
|
||||
CONFIG_WS2812_STRIP=y
|
||||
# 0 Solid color 1 Breathe 2 Spectrum 3 Swirl
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue