Improved init methods

This commit is contained in:
2022-06-16 11:25:24 -07:00
parent 7523a79169
commit 2eca61c761
2 changed files with 18 additions and 18 deletions

View File

@ -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);
}