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
|
@ -35,8 +35,9 @@ At minimum you must define the data pin your LED strip is connected to, and the
|
|||
|
||||
|Define |Description |
|
||||
|---------------|---------------------------------------------------------------------------------------------------------|
|
||||
|`RGB_DI_PIN` |The pin connected to the data pin of the LEDs |
|
||||
|`RGB_CI_PIN` |The pin connected to the clock pin of the LEDs (APA102 only) |
|
||||
|`RGB_DI_PIN` |The pin connected to the data pin of the LEDs (WS2812) |
|
||||
|`APA102_DI_PIN`|The pin connected to the data pin of the LEDs (APA102) |
|
||||
|`APA102_CI_PIN`|The pin connected to the clock pin of the LEDs (APA102) |
|
||||
|`RGBLED_NUM` |The number of LEDs connected |
|
||||
|`RGBLED_SPLIT` |(Optional) For split keyboards, the number of LEDs connected on each half directly wired to `RGB_DI_PIN` |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue