diff options
author | tmk <hasu@tmk-kbd.com> | 2015-09-20 14:34:13 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-09-20 14:34:13 +0900 |
commit | ed9766a7d44cd727dbd59008eff4258745ff87cf (patch) | |
tree | 27c19156051b82a3b558e2f234799d57e205a671 /tmk_core/common/command.c | |
parent | e8a4a63ec45cf5052d8a054182ab83fdbafc3ff6 (diff) | |
download | qmk_firmware-ed9766a7d44cd727dbd59008eff4258745ff87cf.tar.gz qmk_firmware-ed9766a7d44cd727dbd59008eff4258745ff87cf.zip |
core: Fix for disabling NKRO in Boot protocol
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r-- | tmk_core/common/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c index a53cac614..420e7eb9b 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c | |||
@@ -315,6 +315,7 @@ static bool command_common(uint8_t code) | |||
315 | print_val_hex8(host_keyboard_leds()); | 315 | print_val_hex8(host_keyboard_leds()); |
316 | print_val_hex8(keyboard_protocol); | 316 | print_val_hex8(keyboard_protocol); |
317 | print_val_hex8(keyboard_idle); | 317 | print_val_hex8(keyboard_idle); |
318 | print_val_hex8(keyboard_nkro); | ||
318 | print_val_hex32(timer_count); | 319 | print_val_hex32(timer_count); |
319 | 320 | ||
320 | #ifdef PROTOCOL_PJRC | 321 | #ifdef PROTOCOL_PJRC |