diff --git a/config/corneish_zen.conf b/config/corneish_zen.conf index d5afb80..e96ad96 100644 --- a/config/corneish_zen.conf +++ b/config/corneish_zen.conf @@ -2,6 +2,9 @@ CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000 +# Enable mouse +CONFIG_ZMK_MOUSE=y + # Zen display tweaks, requires patches by caksoylar CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300 CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y diff --git a/config/glove80.conf b/config/glove80.conf index ed5ea76..771442a 100644 --- a/config/glove80.conf +++ b/config/glove80.conf @@ -2,6 +2,9 @@ CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000 +# Enable mouse +CONFIG_ZMK_MOUSE=y + # Combo config, automated by build script CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6 CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3 diff --git a/config/mouse.dtsi b/config/mouse.dtsi index bc96680..7f6cc9d 100644 --- a/config/mouse.dtsi +++ b/config/mouse.dtsi @@ -2,7 +2,6 @@ #define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10 #include -#include &mmv { acceleration-exponent = <1>; // 1 diff --git a/config/planck_rev6.conf b/config/planck_rev6.conf index ef69e75..6cfc108 100644 --- a/config/planck_rev6.conf +++ b/config/planck_rev6.conf @@ -3,3 +3,6 @@ CONFIG_ZMK_KEYBOARD_NAME="Planck Rev6" # Combo config, automated by build script CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6 CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3 + +# Enable mouse +CONFIG_ZMK_MOUSE=y