summaryrefslogtreecommitdiffstats
path: root/quantum/api.c
AgeCommit message (Collapse)AuthorFilesLines
2019-03-15rgblight split transfer non-eeprom config (#5396)Len Trigg1-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
2017-03-29Clarify the quantum license (#1042)skullydazed1-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
2016-12-19rgb clean-up, api clean-upJack Humbert1-21/+22
2016-11-26separated into api files/folderJack Humbert1-0/+178