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
|
|
@ -19,8 +19,6 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#define POWER_LED_PIN F1
|
||||
#define RGB_DISABLE_N_PIN D2
|
||||
#define RGB_IRQ_N_PIN D3
|
||||
|
||||
// If you want something similar to what Taran from LMG does in https://github.com/TaranVH/2nd-keyboard
|
||||
// you can create a "wrapper key" by uncommenting the row below and chosing your wrapper keycode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue