This commit is contained in:
parent
f096a78630
commit
18222fa580
2 changed files with 6 additions and 2 deletions
|
@ -10,4 +10,7 @@ CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||||
CONFIG_WS2812_STRIP=y
|
CONFIG_WS2812_STRIP=y
|
||||||
|
|
||||||
# RGB backlight
|
# RGB backlight
|
||||||
CONFIG_ZMK_BACKLIGHT_ON_START=y
|
CONFIG_ZMK_BACKLIGHT_ON_START=y
|
||||||
|
|
||||||
|
# Enable Mouse support
|
||||||
|
CONFIG_ZMK_MOUSE=y
|
|
@ -6,6 +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>
|
||||||
|
|
||||||
&led_strip {
|
&led_strip {
|
||||||
// chain-length = <6>;
|
// chain-length = <6>;
|
||||||
|
@ -254,7 +255,7 @@
|
||||||
&none &mo 2 &kp LSHFT &trans &trans &trans &trans &kp SPACE &mo 4 &none
|
&none &mo 2 &kp LSHFT &trans &trans &trans &trans &kp SPACE &mo 4 &none
|
||||||
>;
|
>;
|
||||||
|
|
||||||
sensor-bindings = <&inc_dec_kp LEFT RIGHT>, <&inc_dec_kp UP DOWN>;
|
sensor-bindings = <&mmv MOVE_DOWN MOVE_UP>, <&mmv MOVE_LEFT MOVE_RIGHT>;
|
||||||
};
|
};
|
||||||
|
|
||||||
base_colemak-dh {
|
base_colemak-dh {
|
||||||
|
|
Loading…
Add table
Reference in a new issue