LED drivers: add support for shutdown pin (#23058)
* LED drivers: add support for shutdown pin * Update candidate boards
This commit is contained in:
parent
0b7df03ab7
commit
a9f1105f98
63 changed files with 164 additions and 159 deletions
|
@ -16,14 +16,6 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
/* This board has !SDB of the is31 wired to D2. Set high to enable */
|
||||
void keyboard_post_init_kb(void) {
|
||||
setPinOutput(B9);
|
||||
writePinHigh(B9);
|
||||
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue