summaryrefslogtreecommitdiff
path: root/keyboards/dp60/keymaps/indicator
AgeCommit message (Collapse)Author
2022-10-27Remove rgblight_list.h (#18878)Ryan
* 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
2022-10-15led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen
Following #14452, less boilerplate is needed to customize indicator led control.
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2020-11-05add dp60 indicator mode (#8801)yulei
* 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