LED drivers: add support for shutdown pin (#23058)
* LED drivers: add support for shutdown pin * Update candidate boards
This commit is contained in:
@@ -5,3 +5,4 @@
|
||||
#pragma once
|
||||
|
||||
#define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
|
||||
#define IS31FL3733_SDB_PIN D5
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
void matrix_init_kb(void) {
|
||||
setPinOutput(D5);
|
||||
writePinHigh(D5);
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
const is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
|
||||
Reference in New Issue
Block a user