diff options
author | Ryan <fauxpark@gmail.com> | 2021-08-18 18:20:25 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 18:20:25 +1000 |
commit | b16091659cc9a724a8800f77e631643b4ab089ad (patch) | |
tree | e44933472c6d100bd4fc5d8a693d9d21e3c32f6f | |
parent | cf5e40c25139ff64ff246f1c6280e983ef75551c (diff) |
Move USB Host Shield and Arduino core to `lib/` (#13973)
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/.gitattributes (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitattributes) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/.gitignore (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitignore) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/.gitmodules (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/.gitmodules) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/usbhost/USB_Host_Shield_2.0/BTD.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.cpp) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/usbhost/USB_Host_Shield_2.0/BTD.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTD.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/BTHID.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/BTHID.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/BTHID.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3BT.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3BT.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3BT.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3Enums.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3Enums.h) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/usbhost/USB_Host_Shield_2.0/PS3USB.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3USB.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS3USB.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4BT.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4BT.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4Parser.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4Parser.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4Parser.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4USB.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PS4USB.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PSBuzz.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PSBuzz.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/PSBuzz.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/README.md (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/SPP.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/SPP.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/SPP.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/Usb.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/Usb.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Usb.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/UsbCore.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/UsbCore.h) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/usbhost/USB_Host_Shield_2.0/Wii.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.cpp) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/usbhost/USB_Host_Shield_2.0/Wii.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/Wii.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/WiiCameraReadme.md) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXOLD.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXONE.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXONE.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXONE.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXRECV.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/XBOXUSB.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/address.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/address.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/adk.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/adk.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/adk.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/avrpins.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/avrpins.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdc_XR21B1411.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcacm.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcacm.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcacm.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcftdi.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcftdi.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcftdi.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcprolific.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcprolific.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/cdcprolific.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/confdescparser.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/confdescparser.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/controllerEnums.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/controllerEnums.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/BTHID.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/BTHID.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/KeyboardParser.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/KeyboardParser.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/MouseParser.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/MouseParser.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3BT/PS3BT.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3BT/PS3BT.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3Multi/PS3Multi.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3Multi/PS3Multi.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3SPP/PS3SPP.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS3SPP/PS3SPP.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS4BT/PS4BT.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/PS4BT/PS4BT.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPP/SPP.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/SPP/SPP.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPPMulti/SPPMulti.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/SPPMulti/SPPMulti.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/Wii/Wii.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/Wii/Wii.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiMulti/WiiMulti.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiMulti/WiiMulti.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiUProController/WiiUProController.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Bluetooth/WiiUProController/WiiUProController.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/USBHIDJoystick.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/USBHIDJoystick.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/USBHID_desc.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHID_desc/USBHID_desc.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/pgmstrings.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/USBHID_desc/pgmstrings.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.cpp (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.cpp) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/PS3USB/PS3USB.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PS3USB/PS3USB.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/PS4USB/PS4USB.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PS4USB/PS4USB.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/PSBuzz/PSBuzz.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/PSBuzz/PSBuzz.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/USB_desc.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/USB_desc/USB_desc.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/pgmstrings.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/USB_desc/pgmstrings.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXOLD/XBOXOLD.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXOLD/XBOXOLD.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXONE/XBOXONE.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXONE/XBOXONE.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXRECV/XBOXRECV.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXRECV/XBOXRECV.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXUSB/XBOXUSB.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/Xbox/XBOXUSB/XBOXUSB.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/acm/acm_terminal/acm_terminal.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/acm/acm_terminal/acm_terminal.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/acm/acm_terminal/pgmstrings.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/acm/acm_terminal/pgmstrings.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/adk/adk_barcode/adk_barcode.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/adk_barcode/adk_barcode.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/adk/demokit_20/demokit_20.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/demokit_20/demokit_20.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/adk/term_test/term_test.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/term_test/term_test.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/adk/term_time/term_time.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/adk/term_time/term_time.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/board_qc/board_qc.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/board_qc/board_qc.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/pgmstrings.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/ftdi/USBFTDILoopback/pgmstrings.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/hub_demo/hub_demo.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/hub_demo/hub_demo.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/hub_demo/pgmstrings.h (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/hub_demo/pgmstrings.h) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/max_LCD/max_LCD.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/max_LCD/max_LCD.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/pl2303/pl2303_gprs_terminal/pl2303_gprs_terminal.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/pl2303/pl2303_gprs_terminal/pl2303_gprs_terminal.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/pl2303/pl2303_gps/pl2303_gps.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/pl2303/pl2303_gps/pl2303_gps.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/pl2303/pl2303_tinygps/pl2303_tinygps.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/pl2303/pl2303_tinygps/pl2303_tinygps.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/pl2303/pl2303_xbee_terminal/pl2303_xbee_terminal.ino (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/pl2303/pl2303_xbee_terminal/pl2303_xbee_terminal.ino) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/testusbhostFAT/Makefile (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/Makefile) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md (renamed from tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md) | 0 | ||||
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0 |