aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/api.c
Commit message (Collapse)AuthorAgeFilesLines
* clang-format changesskullY2019-08-301-64/+51
|
* rgblight split transfer non-eeprom config (#5396)Len Trigg2019-03-151-1/+1
| | | | | | | | | | | * Make rgblight_update_dword not update eeprom (we already have eeconfig_update_rgblight for that). Make split i2c keyboards transfer active rgblight config rather than eeprom saved version of rgblight config, enabling runtime changes that aren't persisted to eeprom. * prev_level and prev_rgb only store successfully transmitted values
* Clarify the quantum license (#1042)skullydazed2017-03-281-1/+17
| | | | | | | | | | * Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
* rgb clean-up, api clean-upJack Humbert2016-12-191-21/+22
|
* separated into api files/folderJack Humbert2016-11-261-0/+178