Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070) 0.6.42
authorDrashna Jaelre <drashna@live.com>
Tue, 29 May 2018 15:05:22 +0000 (08:05 -0700)
committerJack Humbert <jack.humb@gmail.com>
Tue, 29 May 2018 15:05:22 +0000 (11:05 -0400)
commit751719e6cb547db753b2f33f06ee6fa61607d544
tree456437ab1d6c051e73ccd2e92d4fb1445d496ca8
parent034a25aedf5e0ddba2b05f4b3534c1522330d5cd
Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)

* 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!
docs/feature_rgblight.md
quantum/rgblight.c
quantum/rgblight.h
quantum/rgblight_list.h
tmk_core/common/avr/suspend.c