aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/light/light.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate `g_led_config` to DD (P) (#25622)Jack Sangdahl2025-09-091-19/+0
* Remove unnecessary RGB Matrix shutdown hooks (#24238)Joel Challis2024-08-041-12/+0
* Convert some AVR GPIO operations to macros (#23424)Ryan2024-05-021-2/+2
* Update keyboard LED driver configs (#22638)Ryan2023-12-181-1/+1
* Update ISSI LED types (#22099)Ryan2023-10-041-1/+1
* Remove use of layout macros for `music_map` (#20634)Ryan2023-04-301-0/+7
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-291-1/+1
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
* Planck swap hand matrix for rev6, fixing issue #17388 (#17389)Jens-Petter Sandvik2022-07-171-0/+13
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
* Remove empty override functions (#14312)Ryan2021-09-051-10/+0
* __flash? (#13799)Joel Challis2021-07-311-1/+1
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ...XScorpion22019-05-081-59/+28
* Updated rgb_led struct field modifier to flags (#5619)XScorpion22019-04-301-35/+35
* Make sure Planck light calls user suspend functions (#3568)Drashna Jaelre2018-08-041-0/+2
* Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert2018-05-081-6/+135
* adds planck light keyboardJack Humbert2017-11-211-0/+39