summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/keymaps/rgb
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-072-24/+0
|
* Merge upstream masterlokher2022-12-062-0/+24
|\
| * Remove rgblight_list.h (#18878)Ryan2022-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
| * Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-151-1/+10
| |
* | Remove non-Keychron keyboardslokher2022-09-133-16/+0
|/
* [Keyboard] Fix error_log complaint about handwired/onekey layout macro (#9263)Ryan2020-06-071-4/+4
|
* ARM - ws2812 bitbang (#7173)Joel Challis2019-11-073-0/+16
* Initial ARM bitbang ws2812 driver * Unify chibios platform to run rgblight_task * Remove 'avr only' comments from ws2812 docs * Remove 'avr only' comments from ws2812 docs * Unify chibios platform to run rgblight_task - review comments * Remove debug flags from keymap * Add comments from review * Add defines for STM32L0XX * Attempt to get arm ws2812 working on multiple gcc versions