diff options
author | John M Daly <jmdaly@gmail.com> | 2020-01-12 22:48:24 -0500 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2020-01-13 03:48:24 +0000 |
commit | be7d70b15c4b3db4ae2aa2ea7c67caa48c9ef50b (patch) | |
tree | cfae1f30cee0902555372421b75c76fddc10ceca /keyboards/handwired/steamvan/rev1/halconf.h | |
parent | b89e35bdd33b3953711de8b0be64c76b64e9701b (diff) |
Enable RGB underglow on the CO60 and SteamVan, switch backlight code to QMK built-in code (#7874)
* Add: RGB underglow support using SPI to SteamVan and CO60
* Update: Switch to QMK's baclight implementation for CO60 and SteamVan
* Fix: Remove now unnecessary backlighting code from keyboard files
Diffstat (limited to 'keyboards/handwired/steamvan/rev1/halconf.h')
-rw-r--r-- | keyboards/handwired/steamvan/rev1/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/steamvan/rev1/halconf.h b/keyboards/handwired/steamvan/rev1/halconf.h index 5e5d70219e..7363a21a21 100644 --- a/keyboards/handwired/steamvan/rev1/halconf.h +++ b/keyboards/handwired/steamvan/rev1/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 /** |