]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/command.c
Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit
[tmk_firmware.git] / common / command.c
index 872880eae2ee03ae1dc56a64509c2566b8c988de..2c65f0da78ca7117a442ad86a215858500255c4d 100644 (file)
@@ -302,13 +302,13 @@ static bool command_common(uint8_t code)
         case KC_S:
             print("\n\n----- Status -----\n");
             print_val_hex8(host_keyboard_leds());
+            print_val_hex8(keyboard_protocol);
+            print_val_hex8(keyboard_idle);
 #ifdef PROTOCOL_PJRC
             print_val_hex8(UDCON);
             print_val_hex8(UDIEN);
             print_val_hex8(UDINT);
             print_val_hex8(usb_keyboard_leds);
-            print_val_hex8(usb_keyboard_protocol);
-            print_val_hex8(usb_keyboard_idle_config);
             print_val_hex8(usb_keyboard_idle_count);
 #endif