diff --git a/config/think_corney.conf b/config/think_corney.conf index 92779a41..4c026376 100644 --- a/config/think_corney.conf +++ b/config/think_corney.conf @@ -44,8 +44,7 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 # Logging # -# Change to y to enable logging -CONFIG_ZMK_USB_LOGGING=n +# CONFIG_ZMK_USB_LOGGING=y # This is set in `_left.conf` and `_right.conf` CONFIG_ZMK_LOGGING_MINIMAL=y CONFIG_PS2_LOG_LEVEL_DBG=n diff --git a/config/think_corney_left.conf b/config/think_corney_left.conf new file mode 100644 index 00000000..ae8eb3a9 --- /dev/null +++ b/config/think_corney_left.conf @@ -0,0 +1,5 @@ +# +# Logging +# + +CONFIG_ZMK_USB_LOGGING=n diff --git a/config/think_corney_right.conf b/config/think_corney_right.conf new file mode 100644 index 00000000..a369b054 --- /dev/null +++ b/config/think_corney_right.conf @@ -0,0 +1,5 @@ +# +# Logging +# + +CONFIG_ZMK_USB_LOGGING=y