summaryrefslogtreecommitdiffstats
path: root/keyboards/dp60/keymaps/indicator/indicator.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-96/+0
|
* Remove rgblight_list.h (#18878)Ryan2022-10-271-1/+0
| | | | | | | | | | | * 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
* led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen2022-10-151-8/+4
| | | | Following #14452, less boilerplate is needed to customize indicator led control.
* add dp60 indicator mode (#8801)yulei2020-11-051-0/+101
* add dp60 indicator mode * update according to #7720 * added license header and move the ws2812 codes to a seperate c file * fixed conflict with master