]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/pjrcUSB/avr/usb_keyboard_serial.c
Fixing descriptor bugs
[kiibohd-controller.git] / Output / pjrcUSB / avr / usb_keyboard_serial.c
index e61cc6d0bb9f572241c505c15b35592d9982c35e..63a8f7288cb51e9a35f71a9f9a08671c0780c830 100644 (file)
@@ -865,7 +865,7 @@ ISR( USB_COM_vect )
                                        USBKeys_Idle_Config = (wValue >> 8);
                                        USBKeys_Idle_Count = 0;
                                        usb_send_in();
-                                       print("HID IDLE");
+                                       //print("HID IDLE");
                                        return;
                                }
                                if ( bRequest == HID_SET_PROTOCOL )
@@ -873,7 +873,7 @@ ISR( USB_COM_vect )
                                        usb_wait_in_ready();
                                        USBKeys_Protocol = wValue; // 0 - Boot Mode, 1 - NKRO Mode
                                        usb_send_in();
-                                       print("HID SET");
+                                       //print("HID SET");
                                        return;
                                }
                        }