X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fcommand.c;h=5f29bc0b4e84ec6ad0407cb63f3ba4b818749550;hb=df50bee5a88cacbd1f5fab98b26c2068646b61c0;hp=f3e1bf6234ec9e77868fb5f56aa91d72627db6b5;hpb=eb0f21a984eff2a8c4ad15f91fb18b456373e921;p=qmk_firmware.git diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c index f3e1bf623..5f29bc0b4 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c @@ -379,11 +379,11 @@ static bool command_common(uint8_t code) debug_enable = !debug_enable; if (debug_enable) { print("\ndebug: on\n"); - debug_matrix = true; - debug_keyboard = true; - debug_mouse = true; } else { print("\ndebug: off\n"); + debug_matrix = false; + debug_keyboard = false; + debug_mouse = false; } break;