Skip to content

Commit

Permalink
Adjust config to fix linking error
Browse files Browse the repository at this point in the history
  • Loading branch information
infused-kim committed Jan 17, 2024
1 parent 6763648 commit 1dc4b8e
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions config/think_corney.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@ CONFIG_ZMK_WIDGET_WPM_STATUS=n
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000

#
# Configure PS2 Mouse Settings
#

# Enable additional error mitigations to prevent cursor jumps
# Disabled by default and only recommended if using the GPIO PS2 driver
# CONFIG_ZMK_INPUT_MOUSE_PS2_ENABLE_ERROR_MITIGATION=n


#
# System Settings
#

CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
# Save config to flash more frequently
# Default is 60s and this lowers it to 10
# Only use this setting for debugging.
Expand All @@ -32,9 +42,9 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
# Logging
#

# CONFIG_ZMK_USB_LOGGING=y
# CONFIG_ZMK_LOGGING_MINIMAL=y
# CONFIG_PS2_LOG_LEVEL_DBG=n
# CONFIG_UART_LOG_LEVEL_DBG=n
# CONFIG_LOG_MODE_IMMEDIATE=n
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000
CONFIG_ZMK_USB_LOGGING=y
CONFIG_ZMK_LOGGING_MINIMAL=y
CONFIG_PS2_LOG_LEVEL_DBG=n
CONFIG_UART_LOG_LEVEL_DBG=n
CONFIG_LOG_MODE_IMMEDIATE=n
CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000

0 comments on commit 1dc4b8e

Please sign in to comment.