aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-09-20 14:34:13 +0900
committertmk <hasu@tmk-kbd.com>2015-09-20 14:34:13 +0900
commited9766a7d44cd727dbd59008eff4258745ff87cf (patch)
tree27c19156051b82a3b558e2f234799d57e205a671 /tmk_core/common/command.c
parente8a4a63ec45cf5052d8a054182ab83fdbafc3ff6 (diff)
downloadqmk_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.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)
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