~ruther/qmk_firmware

c294636c666a6c4a9c170a9a7f62607d48081b3c — Jack Humbert 9 years ago 0faa18e
audio on by default
1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/common/avr/eeconfig.c
M tmk_core/common/avr/eeconfig.c => tmk_core/common/avr/eeconfig.c +1 -1
@@ 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
}