-rw-r--r-- | tmk_core/protocol/arm_atsam/main_arm_atsam.c | 2 | |
-rw-r--r-- | tmk_core/protocol/arm_atsam/md_rgb_matrix.c | 4 | |
-rw-r--r-- | tmk_core/protocol/arm_atsam/md_rgb_matrix.h | 2 | |
-rw-r--r-- | tmk_core/protocol/arm_atsam/usb/udi_device_conf.h | 10 | |
-rw-r--r-- | tmk_core/protocol/chibios.mk | 2 | |
-rw-r--r-- | tmk_core/protocol/chibios/chibios.c (renamed from tmk_core/protocol/chibios/main.c) | 67 | |
-rw-r--r-- | tmk_core/protocol/chibios/usb_main.c | 73 | |
-rw-r--r-- | tmk_core/protocol/chibios/usb_util.c | 2 | |
-rw-r--r-- | tmk_core/protocol/lufa.mk | 1 | |
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 124 | |
-rw-r--r-- | tmk_core/protocol/lufa/usb_util.c | 2 | |
-rw-r--r-- | tmk_core/protocol/ps2_interrupt.c | 91 | |
-rw-r--r-- | tmk_core/protocol/ps2_io_chibios.c | 55 | |
-rw-r--r-- | tmk_core/protocol/ps2_mouse.c | 21 | |
-rw-r--r-- | tmk_core/protocol/usb_descriptor.c | 107 | |
-rw-r--r-- | tmk_core/protocol/usb_descriptor.h | 27 | |
-rw-r--r-- | tmk_core/protocol/usb_descriptor_common.h | 4 | |
-rw-r--r-- | tmk_core/protocol/usb_hid.mk | 12 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitattributes | 23 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitignore | 4 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitmodules | 12 | |
-rwxr-xr-x | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.cpp | 1364 | |
-rwxr-xr-x | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.h | 620 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.cpp | 399 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.h | 155 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.cpp | 634 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.h | 240 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3Enums.h | 141 | |
-rwxr-xr-x | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.cpp | 572 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.h | 303 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4BT.h | 121 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.cpp | 116 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.h | 407 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4USB.h | 130 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.cpp | 82 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.h | 185 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md | 351 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.cpp | 829 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.h | 225 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.cpp | 812 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.h | 41 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/UsbCore.h | 298 | |
-rwxr-xr-x | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.cpp | 1268 | |
-rwxr-xr-x | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.h | 518 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/WiiCameraReadme.md | 13 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.cpp | 337 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.h | 185 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.cpp | 374 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.h | 172 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.cpp | 583 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.h | 276 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.cpp | 361 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.h | 225 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/address.h | 282 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.cpp | 371 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.h | 140 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/avrpins.h | 1130 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.cpp | 211 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.h | 272 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.cpp | 331 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.h | 252 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.cpp | 334 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.h | 145 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.cpp | 247 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.h | 159 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/confdescparser.h | 213 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/controllerEnums.h | 204 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/BTHID.ino | 55 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/KeyboardParser.h | 105 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/MouseParser.h | 46 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3BT/PS3BT.ino | 188 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3Multi/PS3Multi.ino | 149 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3SPP/PS3SPP.ino | 162 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS4BT/PS4BT.ino | 146 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/SPP/SPP.ino | 52 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/SPPMulti/SPPMulti.ino | 67 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/Wii/Wii.ino | 118 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino | 51 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino | 133 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiMulti/WiiMulti.ino | 132 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiUProController/WiiUProController.ino | 104 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino | 129 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino | 178 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino | 83 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/USBHIDJoystick.ino | 38 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.cpp | 84 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.h | 33 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHID_desc/USBHID_desc.ino | 77 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHID_desc/pgmstrings.h | 52 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp.ino | 42 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.cpp | 43 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.h | 42 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale.ino | 51 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.cpp | 150 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.h | 55 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PS3USB/PS3USB.ino | 148 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PS4USB/PS4USB.ino | 133 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PSBuzz/PSBuzz.ino | 49 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/USB_desc/USB_desc.ino | 349 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/USB_desc/pgmstrings.h | 52 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXOLD/XBOXOLD.ino | 110 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXONE/XBOXONE.ino | 106 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXRECV/XBOXRECV.ino | 122 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXUSB/XBOXUSB.ino | 113 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/acm/acm_terminal/acm_terminal.ino | 100 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/acm/acm_terminal/pgmstrings.h | 52 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino | 89 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/adk_barcode/adk_barcode.ino | 91 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/demokit_20/demokit_20.ino | 103 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/term_test/term_test.ino | 65 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/term_time/term_time.ino | 50 | |
-rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/board_qc/board_qc.ino | 259 | |