summaryrefslogtreecommitdiffstats
path: root/keyboards/dp60/keymaps/indicator
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-2/+2
|
* WS2812 driver improvements (#20262)Ryan2023-03-301-1/+1
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+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.
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* add dp60 indicator mode (#8801)yulei2020-11-056-0/+198
* 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