qmk-firmware/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
2019-11-09 15:51:39 +00:00
..
analog.c clang-format changes 2019-08-30 15:01:52 -07:00
analog.h Fix battery level code in adafruit_ble.cpp (#6648) 2019-09-04 04:29:23 +10:00
apa102.c clang-format changes 2019-08-30 15:01:52 -07:00
apa102.h clang-format changes 2019-08-30 15:01:52 -07:00
glcdfont.c clang-format changes 2019-08-30 15:01:52 -07:00
hd44780.c clang-format changes 2019-08-30 15:01:52 -07:00
hd44780.h clang-format changes 2019-08-30 15:01:52 -07:00
i2c_master.c Removed prescaler define from avr i2c, as it was impossible to use (#6617) 2019-08-30 17:47:11 -07:00
i2c_master.h clang-format changes 2019-08-30 15:01:52 -07:00
i2c_slave.c clang-format changes 2019-08-30 15:01:52 -07:00
i2c_slave.h clang-format changes 2019-08-30 15:01:52 -07:00
pro_micro.h clang-format changes 2019-08-30 15:01:52 -07:00
ssd1306.c clang-format changes 2019-08-30 15:01:52 -07:00
ssd1306.h clang-format changes 2019-08-30 15:01:52 -07:00
ws2812.c Unify RGB and RGBW commands (#7297) 2019-11-09 15:51:39 +00:00
ws2812.h Unify RGB and RGBW commands (#7297) 2019-11-09 15:51:39 +00:00
ws2812_i2c.c Unify RGB and RGBW commands (#7297) 2019-11-09 15:51:39 +00:00