You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/drivers/avr
Drashna Jaelre 60e4921378 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
6 years ago
..
analog.c clang-format changes 6 years ago
analog.h Fix battery level code in adafruit_ble.cpp (#6648) 6 years ago
apa102.c clang-format changes 6 years ago
apa102.h clang-format changes 6 years ago
glcdfont.c clang-format changes 6 years ago
hd44780.c clang-format changes 6 years ago
hd44780.h clang-format changes 6 years ago
i2c_master.c Removed prescaler define from avr i2c, as it was impossible to use (#6617) 6 years ago
i2c_master.h clang-format changes 6 years ago
i2c_slave.c clang-format changes 6 years ago
i2c_slave.h clang-format changes 6 years ago
pro_micro.h clang-format changes 6 years ago
ssd1306.c clang-format changes 6 years ago
ssd1306.h clang-format changes 6 years ago
ws2812.c Unify RGB and RGBW commands (#7297) 6 years ago
ws2812.h Unify RGB and RGBW commands (#7297) 6 years ago
ws2812_i2c.c Unify RGB and RGBW commands (#7297) 6 years ago