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/arm
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
..
i2c_master.c Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926) 6 years ago
i2c_master.h Fix typo in ARM I2C copyright header (#7264) 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_pwm.c Refactor ps2avrgb i2c ws2812 to core (#7183) 6 years ago
ws2812_spi.c Refactor ps2avrgb i2c ws2812 to core (#7183) 6 years ago