summaryrefslogtreecommitdiffstats
path: root/users/kuchosauronad0/rgblight_user.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Leader key feature (#19632)Ryan2023-02-131-1/+1
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove rgblight_list.h (#18878)Ryan2022-10-271-9/+9
| | | | | | | | | | | * 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
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-10/+10
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keymap] Update to Userspace kuchosauronad0 (#6899)kuchosauronad02019-10-291-0/+156
* Add Plover layer, remove unused layers * Add rgb indicator for success/failed sequences * Add RGB effects * Add RGB * Add effects for start and end of a leader sequence * Add PLOVER layer * Add RGB * Add RBG * Minor clean up * Minor clean up * Minor clean up * Minor clean up * Rename rgb_light to rgblight_user and fix all references to it * Remove unnecessary guards Remove unnecessary matrix_scan in rgb post_init function * remove trailing newline