added mouse pointer controls
Some checks failed
/ build (push) Failing after 2m41s

This commit is contained in:
Kaybee 2024-09-12 15:38:03 +02:00
parent f096a78630
commit 18222fa580
2 changed files with 6 additions and 2 deletions

View file

@ -11,3 +11,6 @@ CONFIG_WS2812_STRIP=y
# RGB backlight
CONFIG_ZMK_BACKLIGHT_ON_START=y
# Enable Mouse support
CONFIG_ZMK_MOUSE=y

View file

@ -6,6 +6,7 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/mouse.h>
&led_strip {
// chain-length = <6>;
@ -254,7 +255,7 @@
&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 {