Skip to content

Commit

Permalink
Remove force of debug on within rgblight - causes lockups waiting for…
Browse files Browse the repository at this point in the history
… hid_listen (qmk#7330)
  • Loading branch information
zvecr authored and patrl committed Dec 29, 2019
1 parent 2ff391c commit 39e594a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantum/rgblight.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ void rgblight_init(void) {
return;
}

debug_enable = 1; // Debug ON!
dprintf("rgblight_init called.\n");
dprintf("rgblight_init start!\n");
if (!eeconfig_is_enabled()) {
Expand Down

0 comments on commit 39e594a

Please sign in to comment.