// ....................................................................... Audio void matrix_init_user(void) { #ifdef STENO_ENABLE steno_set_mode(STENO_MODE_BOLT); // or STENO_MODE_GEMINI #endif #ifdef AUDIO_ENABLE startup_user(); #endif } #ifdef AUDIO_ENABLE #ifdef BACKLIGHT_ENABLE void led_set_user(uint8_t usb_led) { static uint8_t old_usb_led = 0; _delay_ms(10); // gets rid of tick if (!is_playing_notes()) { if ((usb_led & (1<