This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Drashna Jaelre 751719e6cb 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!
2018-05-29 11:05:22 -04:00
..
2017-07-08 21:59:51 -04:00
2017-10-31 11:15:22 -04:00
2018-03-16 16:33:43 -04:00
2018-05-08 18:13:09 -04:00
2017-06-18 21:10:42 +03:00
2016-09-06 23:19:01 -05:00
2016-09-06 23:19:01 -05:00
2017-05-13 13:19:28 -07:00
2017-02-05 19:55:27 -05:00
2016-07-01 10:04:53 -04:00
2016-12-01 00:44:54 +11:00
2016-08-23 04:16:35 +00:00