mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-16 13:34:44 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
4fae7cde7f
2 changed files with 4 additions and 0 deletions
|
@ -361,6 +361,8 @@ Configure the hardware via your `config.h`:
|
||||||
#define DRIVER_LED_TOTAL 70
|
#define DRIVER_LED_TOTAL 70
|
||||||
```
|
```
|
||||||
|
|
||||||
|
?> There are additional configuration options for ARM controllers that offer increased performance over the default bitbang driver. Please see [WS2812 Driver](ws2812_driver.md) for more information.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### APA102 :id=apa102
|
### APA102 :id=apa102
|
||||||
|
|
|
@ -22,6 +22,8 @@ On keyboards with onboard RGB LEDs, it is usually enabled by default. If it is n
|
||||||
RGBLIGHT_ENABLE = yes
|
RGBLIGHT_ENABLE = yes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
?> There are additional configuration options for ARM controllers that offer increased performance over the default WS2812 bitbang driver. Please see [WS2812 Driver](ws2812_driver.md) for more information.
|
||||||
|
|
||||||
For APA102 LEDs, add the following to your `rules.mk`:
|
For APA102 LEDs, add the following to your `rules.mk`:
|
||||||
|
|
||||||
```make
|
```make
|
||||||
|
|
Loading…
Reference in a new issue