Clean up Zen config file
This commit is contained in:
parent
7120e177c1
commit
51012ecf38
1 changed files with 4 additions and 10 deletions
|
@ -1,15 +1,8 @@
|
||||||
# CONFIG_ZMK_KEYBOARD_NAME="Corne-ish Zen"
|
# Go to sleep after two hours (2*60*60*1000ms)
|
||||||
|
CONFIG_ZMK_SLEEP=y
|
||||||
# go to sleep after two hours (2*60*60*1000ms)
|
|
||||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=7200000
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=7200000
|
||||||
|
|
||||||
# enable this to build settings reset firmware
|
# Disable layer status, it's too slow to be usable
|
||||||
# CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y
|
|
||||||
|
|
||||||
# Turn on logging, and set ZMK logging to debug output
|
|
||||||
# CONFIG_ZMK_USB_LOGGING=y
|
|
||||||
|
|
||||||
# disable layer status, it's too slow to be usable
|
|
||||||
CONFIG_ZMK_WIDGET_LAYER_STATUS=n
|
CONFIG_ZMK_WIDGET_LAYER_STATUS=n
|
||||||
CONFIG_CUSTOM_WIDGET_LAYER_STATUS=n
|
CONFIG_CUSTOM_WIDGET_LAYER_STATUS=n
|
||||||
|
|
||||||
|
@ -20,3 +13,4 @@ CONFIG_CUSTOM_WIDGET_LAYER_STATUS=n
|
||||||
# Combo config, automated by build script
|
# Combo config, automated by build script
|
||||||
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=4
|
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=4
|
||||||
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
|
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue