diff options
-rw-r--r-- | keyboards/hineybush/h75_singa/h75_singa.c | 9 | ||||
-rw-r--r-- | keyboards/hineybush/h75_singa/rules.mk | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/hineybush/h75_singa/h75_singa.c b/keyboards/hineybush/h75_singa/h75_singa.c index e2de94a43..290f6023e 100644 --- a/keyboards/hineybush/h75_singa/h75_singa.c +++ b/keyboards/hineybush/h75_singa/h75_singa.c | |||
@@ -15,3 +15,12 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "h75_singa.h" | 17 | #include "h75_singa.h" |
18 | |||
19 | void eeconfig_init_kb(void) { // EEPROM is getting reset! | ||
20 | rgblight_enable(); // Enable RGB by default | ||
21 | rgblight_sethsv(0, 255, 128); // Set default HSV - red hue, full saturation, medium brightness | ||
22 | rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL + 2); // set to RGB_RAINBOW_SWIRL by default | ||
23 | |||
24 | eeconfig_update_kb(0); | ||
25 | eeconfig_init_user(); | ||
26 | } | ||
diff --git a/keyboards/hineybush/h75_singa/rules.mk b/keyboards/hineybush/h75_singa/rules.mk index 9255756c1..92ad960cb 100644 --- a/keyboards/hineybush/h75_singa/rules.mk +++ b/keyboards/hineybush/h75_singa/rules.mk | |||
@@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu | |||
14 | # Build Options | 14 | # Build Options |
15 | # change yes to no to disable | 15 | # change yes to no to disable |
16 | # | 16 | # |
17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
18 | MOUSEKEY_ENABLE = yes # Mouse keys | 18 | MOUSEKEY_ENABLE = yes # Mouse keys |
19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
20 | CONSOLE_ENABLE = no # Console for debug | 20 | CONSOLE_ENABLE = no # Console for debug |