Skip to content

Commit

Permalink
core: Fix NKRO ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Sep 23, 2015
1 parent 79fd952 commit 77afc5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmk_core/common/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ static bool command_common(uint8_t code)
print_val_hex8(host_keyboard_leds());
print_val_hex8(keyboard_protocol);
print_val_hex8(keyboard_idle);
#ifdef NKRO_ENABLE
print_val_hex8(keyboard_nkro);
#endif
print_val_hex32(timer_count);

#ifdef PROTOCOL_PJRC
Expand Down

0 comments on commit 77afc5a

Please sign in to comment.