diff options
author | Drashna Jaelre <drashna@live.com> | 2019-11-09 07:51:39 -0800 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-11-09 15:51:39 +0000 |
commit | 60e4921378d879eed110f801328e9642f35fa1e9 (patch) | |
tree | 9bb36017ba58e7aedbcfee9db0bba1a3bc466359 /docs/config_options.md | |
parent | 78205e64a7053746b1491c0d39dbb300a55f3248 (diff) | |
download | qmk_firmware-60e4921378d879eed110f801328e9642f35fa1e9.tar.gz qmk_firmware-60e4921378d879eed110f801328e9642f35fa1e9.zip |
Unify RGB and RGBW commands (#7297)
* Fix unicode in comments
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove separate RGBW implementation for a unified function
* Set White to 0 in RGBW LEDs
This is just to get this working, later, proper brightness can be handled elsewhere.
* Use us instead of nanoseconds(?) since it renders correctly on web
* Remove RGBW function from arm/ws2812.h
* Remove RGBW function from arm/ws2812.c
* Formatting changes
* Add doc info
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index c44a47178..0cf3fb78a 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -196,8 +196,8 @@ If you define these options you will enable the associated feature, which may in | |||
196 | * units to step when in/decreasing saturation | 196 | * units to step when in/decreasing saturation |
197 | * `#define RGBLIGHT_VAL_STEP 12` | 197 | * `#define RGBLIGHT_VAL_STEP 12` |
198 | * units to step when in/decreasing value (brightness) | 198 | * units to step when in/decreasing value (brightness) |
199 | * `#define RGBW_BB_TWI` | 199 | * `#define RGBW` |
200 | * bit-bangs TWI to EZ RGBW LEDs (only required for Ergodox EZ) | 200 | * Enables RGBW LED support |
201 | 201 | ||
202 | ## Mouse Key Options | 202 | ## Mouse Key Options |
203 | 203 | ||