aboutsummaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/noah/halconf.h')
-rw-r--r--keyboards/matrix/noah/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/matrix/noah/halconf.h b/keyboards/matrix/noah/halconf.h
index 2fccb45e1..34501edfd 100644
--- a/keyboards/matrix/noah/halconf.h
+++ b/keyboards/matrix/noah/halconf.h
@@ -72,7 +72,7 @@
72 * @brief Enables the GPT subsystem. 72 * @brief Enables the GPT subsystem.
73 */ 73 */
74#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__) 74#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
75#define HAL_USE_GPT TRUE 75#define HAL_USE_GPT FALSE
76#endif 76#endif
77 77
78/** 78/**
@@ -114,7 +114,7 @@
114 * @brief Enables the PWM subsystem. 114 * @brief Enables the PWM subsystem.
115 */ 115 */
116#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) 116#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__)
117#define HAL_USE_PWM TRUE 117#define HAL_USE_PWM FALSE
118#endif 118#endif
119 119
120/** 120/**