added dongle support using mctech's code as module
This commit is contained in:
@@ -1,9 +1,23 @@
|
||||
# Uncomment the following line to enable deep sleep
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
||||
# Board Name
|
||||
CONFIG_ZMK_KEYBOARD_NAME="Corne Bop"
|
||||
|
||||
# Uncomment the following line to increase the keyboard's wireless range
|
||||
# Enable and adjust nice!view
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y
|
||||
CONFIG_ZMK_WIDGET_WPM_STATUS=n
|
||||
|
||||
# Disable in-built nice!view widget
|
||||
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
|
||||
CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y
|
||||
CONFIG_LV_FONT_DEFAULT_MONTSERRAT_26=y
|
||||
|
||||
# Increase the bluetooth transmission power
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
|
||||
|
||||
# Set sleep timeout to 30 minutes
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
|
||||
|
||||
# Enable eager debouncing
|
||||
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
|
||||
@@ -13,8 +27,3 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10
|
||||
CONFIG_ZMK_STUDIO=y
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user