|
|
@ -38,9 +38,9 @@ bool led_update_kb(led_t led_state) { |
|
|
|
// Called from matrix_init_kb() if not VIA_ENABLE
|
|
|
|
// Called from matrix_init_kb() if not VIA_ENABLE
|
|
|
|
void via_init_kb(void) |
|
|
|
void via_init_kb(void) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// If the EEPROM has the magic, the data is good.
|
|
|
|
// This checks both an EEPROM reset (from bootmagic lite, keycodes)
|
|
|
|
// OK to load from EEPROM
|
|
|
|
// and also firmware build date (from via_eeprom_is_valid())
|
|
|
|
if (via_eeprom_is_valid()) { |
|
|
|
if (eeconfig_is_enabled()) { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// Cache "first execution" state so we can do something
|
|
|
|
// Cache "first execution" state so we can do something
|
|
|
|
// specific after QMK initialization has done its thing.
|
|
|
|
// specific after QMK initialization has done its thing.
|
|
|
|