fixed compile error with planck rev6 keymap

This commit is contained in:
ishtob 2018-08-27 08:18:58 -04:00
parent c63d9ee0d5
commit 5c598d9a53

View file

@ -327,7 +327,6 @@ void matrix_init_keymap(void) {
void startup_user()
{
rgblight_mode(RGB_MATRIX_CYCLE_ALL);
wait_ms(20); // gets rid of tick
PLAY_NOTE_ARRAY(tone_startup, false, 0);
}