diff --git a/config/corne.conf b/config/corne.conf index 33d03a4..56431cb 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,5 +1,6 @@ # Uncomment the following line to enable deep sleep -# CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 # Uncomment the following line to increase the keyboard's wireless range CONFIG_BT_CTLR_TX_PWR_PLUS_8=y @@ -15,3 +16,5 @@ CONFIG_ZMK_STUDIO_LOCKING=n # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) # CONFIG_ZMK_USB_LOGGING=y +# Board Name +CONFIG_ZMK_KEYBOARD_NAME="Corne Bop"