Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-21 | ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver ↵ | Thomas Kriechbaumer | |
from RGBLEDs/RGBMATRIX defines (#18036) | |||
2022-08-14 | Partially revert some WB32 specific changes (#18038) | Joel Challis | |
2022-08-13 | Fix buffer size for WS2812 PWM driver (#17046) | yiancar | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: yiancar <yiancar@gmail.com> | |||
2022-08-13 | Added ws2812_pwm support for WB32 MCU. (#17142) | Joy Lee | |
Co-authored-by: Joy <chang.li@westberrytech.com> | |||
2022-02-12 | Format code according to conventions (#16322) | QMK Bot | |
2021-11-25 | Tidy up adjustable ws2812 timing (#15299) | Joel Challis | |
2021-09-18 | Add RGBW support to PWM and SPI drivers for ChibiOS (#14327) | Drashna Jaelre | |
* Add RGBW support to PWM and SPI drivers for ChibiOS * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-17 | Use opendrain pin with external pullup again (#14474) | Stefan Kerkmann | |
2021-09-16 | Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456) | Joel Challis | |
2021-09-15 | Refactor use of _STM32_ defines (#14439) | Joel Challis | |
2021-09-14 | Refactor use of STM32_SYSCLK (#14430) | Joel Challis | |
* Refactor use of STM32_SYSCLK * clang | |||
2021-08-17 | Relocate platform specific drivers (#13894) | Joel Challis | |
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly |