animations, midi, etc

pull/918/head
Jack Humbert 8 years ago
parent e9f7487518
commit 530dd3377e

@ -171,7 +171,6 @@ void inline ws2812_setleds_rgbw(LED_TYPE *ledarray, uint16_t leds)
} }
I2C_Stop(); I2C_Stop();
SREG=sreg_prev; SREG=sreg_prev;
// TWCR = (1<<TWINT) | (1<<TWSTA) | (1<<TWEN);
TWCR=twcr_prev; TWCR=twcr_prev;
#endif #endif

@ -1043,11 +1043,12 @@ int main(void)
} }
#endif #endif
keyboard_task();
#ifdef MIDI_ENABLE #ifdef MIDI_ENABLE
midi_device_process(&midi_device); midi_device_process(&midi_device);
// MIDI_Task(); // MIDI_Task();
#endif #endif
keyboard_task();
#ifdef RGBLIGHT_ENABLE #ifdef RGBLIGHT_ENABLE
rgblight_task(); rgblight_task();

Loading…
Cancel
Save