Keebio RGB wiring update (#7754)
* Change RGB wiring for Levinson * Update RGB wiring for Iris * Update RGB wiring for Nyquist * Update RGB wiring for Quefrency * Update RGB wiring for Viterbi * Update RGB wiring for Fourier * Update RGB wiring for BFO * Handle redefinition of RGBLED_SPLIT
This commit is contained in:
parent
dba8148764
commit
ea43bc8972
11 changed files with 13 additions and 6 deletions
|
@ -51,3 +51,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN D3
|
||||
#define RGBLED_NUM 14
|
||||
#define RGBLED_SPLIT { 7, 7 }
|
||||
|
|
|
@ -50,6 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN D3
|
||||
#define RGBLED_NUM 14
|
||||
#define RGBLED_SPLIT { 7, 7 }
|
||||
|
||||
/* Backlight LEDs */
|
||||
#define BACKLIGHT_PIN B6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue