Make changes needed for PR #2027

This commit is contained in:
urob 2024-08-01 13:53:05 -04:00
parent c8b436964e
commit 6043e4b27f
4 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -2,7 +2,6 @@
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10
#include <dt-bindings/zmk/mouse.h>
#include <behaviors/mouse_keys.dtsi>
&mmv {
acceleration-exponent = <1>; // 1

View file

@ -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