From c36896ca718f8b9bb3c653d7532797e9129477e3 Mon Sep 17 00:00:00 2001 From: ishtob Date: Mon, 27 Aug 2018 16:03:20 -0400 Subject: [PATCH] Revert "fixed compile error with planck rev6 keymap" This reverts commit 5c598d9a53a7f794d5be283ac40ca97631ae5578. --- keyboards/planck/keymaps/ishtob/keymap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/planck/keymaps/ishtob/keymap.c b/keyboards/planck/keymaps/ishtob/keymap.c index cba11329742..36720c4c3e1 100644 --- a/keyboards/planck/keymaps/ishtob/keymap.c +++ b/keyboards/planck/keymaps/ishtob/keymap.c @@ -327,6 +327,7 @@ 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); }