index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platforms
/
chibios
/
drivers
/
ws2812_pwm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-30
[CI] Format code according to conventions (#25827)
QMK Bot
1
-2
/
+2
2024-11-21
Added MCU support for ArteryTek AT32F415 (#23445)
HorrorTroll
1
-0
/
+26
2024-10-27
Change default ARM hardware PWM WS2812 tick frequency to 800kHz (#24508)
David Hoelscher
1
-29
/
+8
2024-10-06
WS2812 API rework (#24364)
Ryan
1
-6
/
+22
2024-04-28
Rename `RGBW` define to `WS2812_RGBW` (#23585)
Ryan
1
-4
/
+4
2024-03-18
Add init function to RGBLight driver struct (#23076)
Ryan
1
-6
/
+0
2024-03-02
WS2812 PWM: prefix for DMA defines (#23111)
Ryan
1
-24
/
+36
2024-01-05
Remove PWM advanced check for WS2812 driver (#22830)
Drashna Jaelre
1
-3
/
+0
2023-09-04
Clean up RGB LED type (#21859)
Ryan
1
-1
/
+1
2023-07-09
drivers: remove direct `quantum.h` includes (#21473)
Ryan
1
-2
/
+2
2023-04-06
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)
Ryan
1
-1
/
+1
2022-10-21
ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from...
Thomas Kriechbaumer
1
-12
/
+12
2022-08-14
Partially revert some WB32 specific changes (#18038)
Joel Challis
1
-15
/
+3
2022-08-13
Fix buffer size for WS2812 PWM driver (#17046)
yiancar
1
-4
/
+48
2022-08-13
Added ws2812_pwm support for WB32 MCU. (#17142)
Joy Lee
1
-4
/
+23
2022-02-12
Format code according to conventions (#16322)
QMK Bot
1
-14
/
+16
2021-11-25
Tidy up adjustable ws2812 timing (#15299)
Joel Challis
1
-1
/
+1
2021-09-18
Add RGBW support to PWM and SPI drivers for ChibiOS (#14327)
Drashna Jaelre
1
-3
/
+35
2021-09-17
Use opendrain pin with external pullup again (#14474)
Stefan Kerkmann
1
-1
/
+1
2021-09-16
Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)
Joel Challis
1
-2
/
+2
2021-09-15
Refactor use of _STM32_ defines (#14439)
Joel Challis
1
-4
/
+4
2021-09-14
Refactor use of STM32_SYSCLK (#14430)
Joel Challis
1
-1
/
+1
2021-08-17
Relocate platform specific drivers (#13894)
Joel Challis
1
-0
/
+311