diff options
author | 2016-10-29 11:13:15 -0500 | |
---|---|---|
committer | 2016-10-29 11:13:15 -0500 | |
commit | e40c33f754a86c4dd7bd3c7b5c7efe822f2893bc (patch) | |
tree | bf372a8afead88128f68d373435025a16fbf53c2 /tmk_core/common/command.c | |
parent | 973f526bb4928bf3aec6067aa444b31ace997c8a (diff) | |
parent | 32f88c07173b795c6981c779057dceba00aeb1cb (diff) | |
download | qmk_firmware-e40c33f754a86c4dd7bd3c7b5c7efe822f2893bc.tar.gz |
Merge branch 'master' of https://github.com/IBNobody/qmk_firmware
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r-- | tmk_core/common/command.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c index fc5aad5c1..5f29bc0b4 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c @@ -379,9 +379,6 @@ 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; |