aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
authorDamien <Dbroqua@users.noreply.github.com>2016-09-29 22:59:31 +0200
committerGitHub <noreply@github.com>2016-09-29 22:59:31 +0200
commiteb0f21a984eff2a8c4ad15f91fb18b456373e921 (patch)
tree054ee42af8683f22b3f0ddf36a43d8c33d713454 /tmk_core/common/command.c
parentf0441f08b87986f49479f1503b11a3d3f899d58e (diff)
parentf0db230c461b77d0d24984d4f0dcd26f12e67076 (diff)
downloadqmk_firmware-eb0f21a984eff2a8c4ad15f91fb18b456373e921.tar.gz
qmk_firmware-eb0f21a984eff2a8c4ad15f91fb18b456373e921.zip
Merge pull request #6 from jackhumbert/master
Merge from jackhumbert
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)
384 debug_mouse = true; 384 debug_mouse = true;
385 } else { 385 } else {
386 print("\ndebug: off\n"); 386 print("\ndebug: off\n");
387 debug_matrix = false;
388 debug_keyboard = false;
389 debug_mouse = false;
390 } 387 }
391 break; 388 break;
392 389