mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
fixed compile error with planck rev6 keymap
This commit is contained in:
parent
cc5a17f704
commit
933d3a4191
@ -327,7 +327,6 @@ void matrix_init_keymap(void) {
|
|||||||
|
|
||||||
void startup_user()
|
void startup_user()
|
||||||
{
|
{
|
||||||
rgblight_mode(RGB_MATRIX_CYCLE_ALL);
|
|
||||||
wait_ms(20); // gets rid of tick
|
wait_ms(20); // gets rid of tick
|
||||||
PLAY_NOTE_ARRAY(tone_startup, false, 0);
|
PLAY_NOTE_ARRAY(tone_startup, false, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user