summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/drivers/ws2812_spi.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: remove direct `quantum.h` includes (#21473)Ryan2023-07-091-1/+3
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-5/+5
* ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from...Thomas Kriechbaumer2022-10-211-1/+1
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-3/+3
* Partially revert some WB32 specific changes (#18038)Joel Challis2022-08-141-8/+7
* Added ws2812_spi support for WB32 MCU (#17143)Joy Lee2022-08-131-1/+12
* ChibiOS 21.11.1 update. (#16251)Nick Brassel2022-03-071-1/+27
* Format code according to conventions (#16322)QMK Bot2022-02-121-15/+25
* Tidy up adjustable ws2812 timing (#15299)Joel Challis2021-11-251-1/+1
* Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)Drashna Jaelre2021-09-181-6/+9
* Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-161-3/+3
* Refactor use of _STM32_ defines (#14439)Joel Challis2021-09-151-6/+6
* Update ws2812_spi.c (#14237)JX2021-08-301-10/+10
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+159