Make changes needed for PR #2027
This commit is contained in:
parent
c8b436964e
commit
6043e4b27f
4 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
CONFIG_ZMK_SLEEP=y
|
CONFIG_ZMK_SLEEP=y
|
||||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
|
||||||
|
|
||||||
|
# Enable mouse
|
||||||
|
CONFIG_ZMK_MOUSE=y
|
||||||
|
|
||||||
# Zen display tweaks, requires patches by caksoylar
|
# Zen display tweaks, requires patches by caksoylar
|
||||||
CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300
|
CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300
|
||||||
CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y
|
CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
CONFIG_ZMK_SLEEP=y
|
CONFIG_ZMK_SLEEP=y
|
||||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
|
||||||
|
|
||||||
|
# Enable mouse
|
||||||
|
CONFIG_ZMK_MOUSE=y
|
||||||
|
|
||||||
# Combo config, automated by build script
|
# Combo config, automated by build script
|
||||||
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
|
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
|
||||||
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
|
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10
|
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10
|
||||||
|
|
||||||
#include <dt-bindings/zmk/mouse.h>
|
#include <dt-bindings/zmk/mouse.h>
|
||||||
#include <behaviors/mouse_keys.dtsi>
|
|
||||||
|
|
||||||
&mmv {
|
&mmv {
|
||||||
acceleration-exponent = <1>; // 1
|
acceleration-exponent = <1>; // 1
|
||||||
|
|
|
@ -3,3 +3,6 @@ CONFIG_ZMK_KEYBOARD_NAME="Planck Rev6"
|
||||||
# Combo config, automated by build script
|
# Combo config, automated by build script
|
||||||
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
|
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
|
||||||
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
|
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
|
||||||
|
|
||||||
|
# Enable mouse
|
||||||
|
CONFIG_ZMK_MOUSE=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue