mirror of https://github.com/zmkfirmware/zmk.git
fix(boards): Add Zen .conf file for setup script
This commit is contained in:
parent
4a3e783f32
commit
ebb4cb76d3
|
|
@ -0,0 +1,5 @@
|
|||
# Go to sleep after one hour (1*60*60*1000ms)
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
||||
|
||||
# Turn on logging, and set ZMK logging to debug output
|
||||
# CONFIG_ZMK_USB_LOGGING=y
|
||||
Loading…
Reference in New Issue