Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -2/+2 |
| | |||||
* | WS2812 driver improvements (#20262) | Ryan | 2023-03-30 | 1 | -1/+1 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Remove rgblight_list.h (#18878) | Ryan | 2022-10-27 | 1 | -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 Witteveen | 2022-10-15 | 1 | -8/+4 |
| | | | | Following #14452, less boilerplate is needed to customize indicator led control. | ||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | add dp60 indicator mode (#8801) | yulei | 2020-11-05 | 6 | -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 |