forked from mirrors/qmk_userspace
Clean up APA102 config and add DD mapping (#20159)
This commit is contained in:
parent
3c144fac5e
commit
65a80f411f
41 changed files with 106 additions and 53 deletions
|
@ -383,9 +383,9 @@ Configure the hardware via your `config.h`:
|
|||
|
||||
```c
|
||||
// The pin connected to the data pin of the LEDs
|
||||
#define RGB_DI_PIN D7
|
||||
#define APA102_DI_PIN D7
|
||||
// The pin connected to the clock pin of the LEDs
|
||||
#define RGB_CI_PIN D6
|
||||
#define APA102_CI_PIN D6
|
||||
// The number of LEDs connected
|
||||
#define RGB_MATRIX_LED_COUNT 70
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue