summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-09-20 07:34:13 +0200
committertmk <hasu@tmk-kbd.com>2015-09-20 07:34:13 +0200
commited9766a7d44cd727dbd59008eff4258745ff87cf (patch)
tree27c19156051b82a3b558e2f234799d57e205a671 /tmk_core/common/command.c
parente8a4a63ec45cf5052d8a054182ab83fdbafc3ff6 (diff)
downloadqmk_firmware-ed9766a7d44cd727dbd59008eff4258745ff87cf.tar.gz
qmk_firmware-ed9766a7d44cd727dbd59008eff4258745ff87cf.tar.xz
core: Fix for disabling NKRO in Boot protocol
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r--tmk_core/common/command.c1
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)
print_val_hex8(host_keyboard_leds());
print_val_hex8(keyboard_protocol);
print_val_hex8(keyboard_idle);
+ print_val_hex8(keyboard_nkro);
print_val_hex32(timer_count);
#ifdef PROTOCOL_PJRC