aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/chibios_test/stm32_f072_onekey/halconf.h2
-rw-r--r--keyboards/chibios_test/stm32_f103_onekey/halconf.h2
-rw-r--r--keyboards/chibios_test/teensy_lc_onekey/halconf.h2
-rw-r--r--keyboards/clueboard/60/halconf.h2
-rw-r--r--keyboards/ergodox_infinity/halconf.h2
-rw-r--r--keyboards/infinity60/halconf.h2
-rw-r--r--keyboards/jm60/halconf.h2
-rw-r--r--keyboards/k_type/halconf.h2
-rw-r--r--keyboards/whitefox/halconf.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/keyboards/chibios_test/stm32_f072_onekey/halconf.h b/keyboards/chibios_test/stm32_f072_onekey/halconf.h
index 762572558..8b9724b1a 100644
--- a/keyboards/chibios_test/stm32_f072_onekey/halconf.h
+++ b/keyboards/chibios_test/stm32_f072_onekey/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**
diff --git a/keyboards/chibios_test/stm32_f103_onekey/halconf.h b/keyboards/chibios_test/stm32_f103_onekey/halconf.h
index 762572558..8b9724b1a 100644
--- a/keyboards/chibios_test/stm32_f103_onekey/halconf.h
+++ b/keyboards/chibios_test/stm32_f103_onekey/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**
diff --git a/keyboards/chibios_test/teensy_lc_onekey/halconf.h b/keyboards/chibios_test/teensy_lc_onekey/halconf.h
index 5e1f6a8a1..1b6f2adc2 100644
--- a/keyboards/chibios_test/teensy_lc_onekey/halconf.h
+++ b/keyboards/chibios_test/teensy_lc_onekey/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**
diff --git a/keyboards/clueboard/60/halconf.h b/keyboards/clueboard/60/halconf.h
index 8fe8e0c6f..e617fdffc 100644
--- a/keyboards/clueboard/60/halconf.h
+++ b/keyboards/clueboard/60/halconf.h
@@ -146,7 +146,7 @@
146 * @brief Enables the SERIAL over USB subsystem. 146 * @brief Enables the SERIAL over USB subsystem.
147 */ 147 */
148#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 148#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
149#define HAL_USE_SERIAL_USB TRUE 149#define HAL_USE_SERIAL_USB FALSE
150#endif 150#endif
151 151
152/** 152/**
diff --git a/keyboards/ergodox_infinity/halconf.h b/keyboards/ergodox_infinity/halconf.h
index 3f4ffb7be..ade55ae72 100644
--- a/keyboards/ergodox_infinity/halconf.h
+++ b/keyboards/ergodox_infinity/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**
diff --git a/keyboards/infinity60/halconf.h b/keyboards/infinity60/halconf.h
index f48413c6d..b87b0635c 100644
--- a/keyboards/infinity60/halconf.h
+++ b/keyboards/infinity60/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**
diff --git a/keyboards/jm60/halconf.h b/keyboards/jm60/halconf.h
index 762572558..8b9724b1a 100644
--- a/keyboards/jm60/halconf.h
+++ b/keyboards/jm60/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**
diff --git a/keyboards/k_type/halconf.h b/keyboards/k_type/halconf.h
index f48413c6d..b87b0635c 100644
--- a/keyboards/k_type/halconf.h
+++ b/keyboards/k_type/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**
diff --git a/keyboards/whitefox/halconf.h b/keyboards/whitefox/halconf.h
index f48413c6d..b87b0635c 100644
--- a/keyboards/whitefox/halconf.h
+++ b/keyboards/whitefox/halconf.h
@@ -139,7 +139,7 @@
139 * @brief Enables the SERIAL over USB subsystem. 139 * @brief Enables the SERIAL over USB subsystem.
140 */ 140 */
141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) 141#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
142#define HAL_USE_SERIAL_USB TRUE 142#define HAL_USE_SERIAL_USB FALSE
143#endif 143#endif
144 144
145/** 145/**