]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Remove force of debug on within rgblight - causes lockups waiting for hid_listen...
authorJoel Challis <git@zvecr.com>
Mon, 11 Nov 2019 21:06:14 +0000 (21:06 +0000)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2019 21:06:14 +0000 (21:06 +0000)
quantum/rgblight.c

index a4cbe513e17b9b48dd30891a5076acbd256f2cf3..80f276139c75f22dde8326e16add36bd7afbbd7d 100644 (file)
@@ -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()) {