mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
audio on by default
This commit is contained in:
parent
0faa18eab9
commit
c294636c66
@ -14,7 +14,7 @@ void eeconfig_init(void)
|
|||||||
eeprom_write_byte(EECONFIG_BACKLIGHT, 0);
|
eeprom_write_byte(EECONFIG_BACKLIGHT, 0);
|
||||||
#endif
|
#endif
|
||||||
#ifdef AUDIO_ENABLE
|
#ifdef AUDIO_ENABLE
|
||||||
eeprom_write_byte(EECONFIG_AUDIO, 0);
|
eeprom_write_byte(EECONFIG_AUDIO, 0xFF); // On by default
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user