h75_singa changes (#7799)
This commit is contained in:
committed by
Joel Challis
parent
12c6f9a412
commit
f2c61f8840
@@ -15,3 +15,12 @@
|
||||
*/
|
||||
|
||||
#include "h75_singa.h"
|
||||
|
||||
void eeconfig_init_kb(void) { // EEPROM is getting reset!
|
||||
rgblight_enable(); // Enable RGB by default
|
||||
rgblight_sethsv(0, 255, 128); // Set default HSV - red hue, full saturation, medium brightness
|
||||
rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL + 2); // set to RGB_RAINBOW_SWIRL by default
|
||||
|
||||
eeconfig_update_kb(0);
|
||||
eeconfig_init_user();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user