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
This commit is contained in:
parent
b89e35bdd3
commit
be7d70b15c
23 changed files with 24 additions and 922 deletions
|
@ -57,9 +57,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* Backlight configuration
|
||||
* Backlight LEDs on B8
|
||||
*/
|
||||
#define BACKLIGHT_LEVELS 24
|
||||
#define BACKLIGHT_PIN B8
|
||||
#define BACKLIGHT_BREATHING
|
||||
#define BREATHING_PERIOD 6
|
||||
|
||||
/* RGB underglow configuration */
|
||||
#define WS2812_SPI SPID1
|
||||
#define WS2812_SPI_MOSI_PAL_MODE 5
|
||||
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue