Improved init methods
This commit is contained in:
@ -89,17 +89,6 @@ const uint8_t PROGMEM ledmap[][DRIVER_LED_TOTAL][3] = {
|
||||
int current_lang = LANG_EN;
|
||||
|
||||
void keyboard_post_init_user(void) {
|
||||
// Enable RGB key lights
|
||||
rgb_matrix_enable_noeeprom();
|
||||
|
||||
// Set indicator LEDs to min brightness
|
||||
ergodox_led_all_set(15);
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
// Disable RGB backlight
|
||||
rgblight_disable_noeeprom();
|
||||
#endif
|
||||
|
||||
//set_lang(LANG_EN);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user