aboutsummaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/halconf.h
diff options
context:
space:
mode:
authoryulei <yuleiz@gmail.com>2020-03-07 21:19:06 +0800
committerGitHub <noreply@github.com>2020-03-07 13:19:06 +0000
commite0d15e6182a331ed27535f81539f2d7243d02bc0 (patch)
treea56d2c479654151aaf3bedd253db705a81c54b9b /keyboards/matrix/noah/halconf.h
parent3a303bd2aec57fd2d4d0f6d3e5583d746367d6e1 (diff)
downloadqmk_firmware-e0d15e6182a331ed27535f81539f2d7243d02bc0.tar.gz
qmk_firmware-e0d15e6182a331ed27535f81539f2d7243d02bc0.zip
fixed #8259 (#8333)
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/**