diff options
| author | Damien <Dbroqua@users.noreply.github.com> | 2016-12-09 19:44:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-09 19:44:03 +0100 |
| commit | 13c4080a1d77cb1dfdf48df8a42e78b9dc483912 (patch) | |
| tree | 66fd988d98a32e1437fbc6cb80bee03c056722a7 /tmk_core/common/command.c | |
| parent | a849bdc5811b2bb69df8e3b0948c8e81c0dfa9d4 (diff) | |
| parent | 985a091a739c99736d5b17de5161831488dbc219 (diff) | |
| download | qmk_firmware-13c4080a1d77cb1dfdf48df8a42e78b9dc483912.tar.gz qmk_firmware-13c4080a1d77cb1dfdf48df8a42e78b9dc483912.zip | |
Merge pull request #13 from jackhumbert/master
Merged from qmk
Diffstat (limited to 'tmk_core/common/command.c')
| -rw-r--r-- | tmk_core/common/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) | |||
| 379 | debug_enable = !debug_enable; | 379 | debug_enable = !debug_enable; |
| 380 | if (debug_enable) { | 380 | if (debug_enable) { |
| 381 | print("\ndebug: on\n"); | 381 | print("\ndebug: on\n"); |
| 382 | debug_matrix = true; | ||
| 383 | debug_keyboard = true; | ||
| 384 | debug_mouse = true; | ||
| 385 | } else { | 382 | } else { |
| 386 | print("\ndebug: off\n"); | 383 | print("\ndebug: off\n"); |
| 384 | debug_matrix = false; | ||
| 385 | debug_keyboard = false; | ||
| 386 | debug_mouse = false; | ||
| 387 | } | 387 | } |
| 388 | break; | 388 | break; |
| 389 | 389 | ||
