summaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test/stm32_f072_onekey/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/chibios_test/stm32_f072_onekey/halconf.h')
-rw-r--r--keyboards/chibios_test/stm32_f072_onekey/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/chibios_test/stm32_f072_onekey/halconf.h b/keyboards/chibios_test/stm32_f072_onekey/halconf.h
index 1a450d632..46b37a4f4 100644
--- a/keyboards/chibios_test/stm32_f072_onekey/halconf.h
+++ b/keyboards/chibios_test/stm32_f072_onekey/halconf.h
@@ -139,7 +139,7 @@
* @brief Enables the SERIAL over USB subsystem.
*/
#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL_USB FALSE
+#define HAL_USE_SERIAL_USB TRUE
#endif
/**