aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
authorGravatar Jack Humbert <jack.humb@gmail.com>2016-09-28 23:57:50 -0400
committerGravatar GitHub <noreply@github.com>2016-09-28 23:57:50 -0400
commitf0db230c461b77d0d24984d4f0dcd26f12e67076 (patch)
tree054ee42af8683f22b3f0ddf36a43d8c33d713454 /tmk_core/common/command.c
parent812219e8a0bf5f317c000d3c5247cdb93a6d7fff (diff)
parent78767bf2084a1d63edd0957e09048d34ef448380 (diff)
downloadqmk_firmware-f0db230c461b77d0d24984d4f0dcd26f12e67076.tar.gz
Merge pull request #790 from IBNobody/master
Fix #770, Fix #779, Update Vision
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r--tmk_core/common/command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c
index fc5aad5c1..f3e1bf623 100644
--- a/tmk_core/common/command.c
+++ b/tmk_core/common/command.c
@@ -384,9 +384,6 @@ static bool command_common(uint8_t code)
debug_mouse = true;
} else {
print("\ndebug: off\n");
- debug_matrix = false;
- debug_keyboard = false;
- debug_mouse = false;
}
break;