From d73d4c7ab59169d0c71d4a7a22621637503c7470 Mon Sep 17 00:00:00 2001 From: zvecr Date: Mon, 11 Nov 2019 20:16:18 +0000 Subject: [PATCH] Remove force of debug on within rgblight - causes lockups waiting for hid_listen --- quantum/rgblight.c | 1 - 1 file changed, 1 deletion(-) diff --git a/quantum/rgblight.c b/quantum/rgblight.c index a4cbe513e17b..80f276139c75 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c @@ -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()) {