Clean up Zen config file

This commit is contained in:
urob 2022-11-09 19:03:03 -05:00
parent 7120e177c1
commit 51012ecf38

View file

@ -1,15 +1,8 @@
# CONFIG_ZMK_KEYBOARD_NAME="Corne-ish Zen"
# go to sleep after two hours (2*60*60*1000ms)
# Go to sleep after two hours (2*60*60*1000ms)
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=7200000
# enable this to build settings reset firmware
# 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
# Disable layer status, it's too slow to be usable
CONFIG_ZMK_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
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=4
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3