Add experimental display and battery improvements
This commit is contained in:
parent
be256b1d97
commit
a623bd3f76
1 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Go to sleep after two hours (2*60*60*1000ms)
|
# Set sleep timeout to 30min (30*60*1000ms)
|
||||||
CONFIG_ZMK_SLEEP=y
|
CONFIG_ZMK_SLEEP=y
|
||||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=7200000
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
|
||||||
|
|
||||||
# Disable layer status, it's too slow to be usable
|
# Zen display tweaks, requires patches by caksoylar
|
||||||
CONFIG_ZMK_WIDGET_LAYER_STATUS=n
|
CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300
|
||||||
CONFIG_CUSTOM_WIDGET_LAYER_STATUS=n
|
CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y
|
||||||
|
CONFIG_CUSTOM_WIDGET_LAYER_STATUS_HIDE_HEADING=y
|
||||||
|
|
||||||
# Mouse config, requires PR #778
|
# Mouse config, requires PR #778
|
||||||
CONFIG_ZMK_MOUSE=y
|
CONFIG_ZMK_MOUSE=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue