summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight_list.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-29Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)Drashna Jaelre1-0/+24
* And and fix _noeeprom functions to many of the RGB Underglow functions * Many functions are unnecessarily calling the eeprom write code. The toggle/enable is command is especially guilty of this, as it writes to EEPROM 3 times. But rgb mode writes twice, every time it's called. And init resets the rgb eeprom range and then writes back to it twice! * Fixed the rgblight_sethsv_noeeprom to work as expected, by moving a lot of the code to a helper function. * Added a noeeprom function for mode, enable, disable, and toggle functions. (didn't bother for increase/decrease stuff, and didn't add new keycodes) * Add to predefined colors list * Add new functions to manual/docs * Update RGB Sleep feature to use _noeeprom Because that's exactly what it should be doing, actually!
2018-05-14Add rgblight set at commandsDrashna Jaelre1-0/+40
2018-03-28Fix commands and update my userspace (for testing)U-LANDSRAAD\drashna1-38/+53
2018-03-28add RGB commands as global functionsU-LANDSRAAD\drashna1-0/+44