diff options
| author | dbroqua <dbroqua@mousur.org> | 2016-10-01 18:28:48 +0200 |
|---|---|---|
| committer | dbroqua <dbroqua@mousur.org> | 2016-10-01 18:28:48 +0200 |
| commit | 7cd210722db2a1318209a7385ed29d4e62bfab18 (patch) | |
| tree | 279824e252a45f0a1b0d499bab36cbfbac5b28f6 /tmk_core/common/command.c | |
| parent | 8747c0786e7b583529d4033ea90aa91e49ae3a51 (diff) | |
| parent | 7abd3b4ddd0eb4ae4da6cce9283cfcf8089ac449 (diff) | |
| download | qmk_firmware-7cd210722db2a1318209a7385ed29d4e62bfab18.tar.gz qmk_firmware-7cd210722db2a1318209a7385ed29d4e62bfab18.zip | |
Merge remote-tracking branch 'origin/master'
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..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 | ||
