diff options
Diffstat (limited to 'keyboards/matrix/noah/halconf.h')
-rw-r--r-- | keyboards/matrix/noah/halconf.h | 4 |
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 @@ * @brief Enables the GPT subsystem. */ #if !defined(HAL_USE_GPT) || defined(__DOXYGEN__) -#define HAL_USE_GPT TRUE +#define HAL_USE_GPT FALSE #endif /** @@ -114,7 +114,7 @@ * @brief Enables the PWM subsystem. */ #if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) -#define HAL_USE_PWM TRUE +#define HAL_USE_PWM FALSE #endif /** |