mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-06 21:31:58 +00:00
audio on by default
This commit is contained in:
@@ -14,7 +14,7 @@ void eeconfig_init(void)
|
||||
eeprom_write_byte(EECONFIG_BACKLIGHT, 0);
|
||||
#endif
|
||||
#ifdef AUDIO_ENABLE
|
||||
eeprom_write_byte(EECONFIG_AUDIO, 0);
|
||||
eeprom_write_byte(EECONFIG_AUDIO, 0xFF); // On by default
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user