diff options
Diffstat (limited to 'keyboards/handwired/co60/rev7/halconf.h')
-rw-r--r-- | keyboards/handwired/co60/rev7/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/co60/rev7/halconf.h b/keyboards/handwired/co60/rev7/halconf.h index 5e5d70219e..7363a21a21 100644 --- a/keyboards/handwired/co60/rev7/halconf.h +++ b/keyboards/handwired/co60/rev7/halconf.h @@ -153,7 +153,7 @@ * @brief Enables the SPI subsystem. */ #if !defined(HAL_USE_SPI) || defined(__DOXYGEN__) -#define HAL_USE_SPI FALSE +#define HAL_USE_SPI TRUE #endif /** |