~ruther/qmk_firmware

f48986dda29f9ca4a88d4b4da9ba00dd7864914e — Joel Challis 5 years ago 543e612
Remove force of debug on within rgblight - causes lockups waiting for hid_listen (#7330)

1 files changed, 0 insertions(+), 1 deletions(-)

M quantum/rgblight.c
M quantum/rgblight.c => quantum/rgblight.c +0 -1
@@ 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()) {