KC60 Refactor (#8782)

This commit is contained in:
James Young
2020-04-15 13:31:09 -07:00
committed by GitHub
parent daf6dedb02
commit 3cc68543ca
12 changed files with 410 additions and 387 deletions

View File

@@ -1,9 +1,4 @@
#include "../../config.h"
#pragma once
/* WS2812B RGB Underglow LED */
#define RGB_DI_PIN F5 // Based on wiring depicted in ws2812_wiring.jpg
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 16 // Number of LEDs. Change this to match your use case.
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#undef RGBLED_NUM
#define RGBLED_NUM 16 // Number of LEDs. Change this to match your use case.