summaryrefslogtreecommitdiff
path: root/drivers/led/apa102.c
AgeCommit message (Collapse)Author
2024-01-07apa102: cleanups (#22826)Ryan
2023-12-05Rework RGBLight driver system (#22529)Ryan
2023-09-06Enable RP2040 support for apa102 RGB LED driver (#21908)Drashna Jaelre
2023-09-04Clean up RGB LED type (#21859)Ryan
2023-08-18[Bug] Fix compilation error for APA on ChibiOS (#21773)Drashna Jaelre
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan
2023-03-20Clean up APA102 config and add DD mapping (#20159)Ryan
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-10-18[Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann
* Add support for RISC-V builds and GD32VF103 MCU * Add toolchain selection in chibios.mk based on the mcu selected in mcu_selection.mk * Reorder and added comments to chibios.mk to have a streamlined makefile * Add GD32VF103 mcu to possible targets for QMK. * Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent then rewriting every driver. * Add GigaDevice DFU bootloader as flash target, please note that dfu-util of at least version 0.10 is needed. * Add analog driver compatibility * Add apa102 bitbang driver compatibility * Add ws2812 bitbang driver compatibility * Add eeprom in flash emulation compatibility * Allow faster re-builds with ccache * Add SiPeed Longan Nano to platform files * Add SiPeed Longan Nano Onekeys * Make quine compatible with other bootloaders * Support builds with picolibc * Add risc-v toolchain to arch and debian/ubuntu scripts
2021-09-14Refactor use of STM32_SYSCLK (#14430)Joel Challis
* Refactor use of STM32_SYSCLK * clang
2021-07-31Move some led drivers to common folder (#13749)Joel Challis
* Move some led drivers to common folder