m--------- | lib/chibios | 0 | |
m--------- | lib/chibios-contrib | 0 | |
m--------- | lib/googletest | 0 | |
m--------- | lib/lufa | 0 | |
-rw-r--r-- | lib/python/qmk/cli/__init__.py | 4 | |
-rwxr-xr-x[-rw-r--r--] | lib/python/qmk/cli/cformat.py | 139 | |
-rwxr-xr-x | lib/python/qmk/cli/compile.py | 2 | |
-rw-r--r-- | lib/python/qmk/cli/console.py | 5 | |
-rwxr-xr-x | lib/python/qmk/cli/doctor/__init__.py | 5 | |
-rw-r--r-- | lib/python/qmk/cli/doctor/check.py (renamed from lib/python/qmk/os_helpers/__init__.py) | 22 | |
-rw-r--r-- | lib/python/qmk/cli/doctor/linux.py (renamed from lib/python/qmk/os_helpers/linux/__init__.py) | 44 | |
-rw-r--r-- | lib/python/qmk/cli/doctor/macos.py | 13 | |
-rwxr-xr-x | lib/python/qmk/cli/doctor/main.py (renamed from lib/python/qmk/cli/doctor.py) | 76 | |
-rw-r--r-- | lib/python/qmk/cli/doctor/windows.py | 14 | |
-rwxr-xr-x[-rw-r--r--] | lib/python/qmk/cli/fileformat.py | 24 | |
-rw-r--r-- | lib/python/qmk/cli/flash.py | 2 | |
-rw-r--r-- | lib/python/qmk/cli/format/c.py | 137 | |
-rwxr-xr-x | lib/python/qmk/cli/format/json.py | 5 | |
-rwxr-xr-x | lib/python/qmk/cli/format/python.py | 26 | |
-rw-r--r-- | lib/python/qmk/cli/format/text.py | 27 | |
-rwxr-xr-x | lib/python/qmk/cli/generate/config_h.py | 143 | |
-rwxr-xr-x | lib/python/qmk/cli/generate/info_json.py | 40 | |
-rwxr-xr-x | lib/python/qmk/cli/generate/keyboard_h.py | 7 | |
-rwxr-xr-x | lib/python/qmk/cli/generate/rules_mk.py | 41 | |
-rw-r--r-- | lib/python/qmk/cli/generate/version_h.py | 28 | |
-rwxr-xr-x | lib/python/qmk/cli/info.py | 55 | |
-rwxr-xr-x | lib/python/qmk/cli/kle2json.py | 2 | |
-rwxr-xr-x | lib/python/qmk/cli/multibuild.py | 6 | |
-rw-r--r-- | lib/python/qmk/cli/new/keyboard.py | 141 | |
-rwxr-xr-x | lib/python/qmk/cli/pyformat.py | 32 | |
-rw-r--r-- | lib/python/qmk/commands.py | 165 | |
-rw-r--r-- | lib/python/qmk/constants.py | 5 | |
-rw-r--r-- | lib/python/qmk/info.py | 284 | |
-rwxr-xr-x | lib/python/qmk/json_encoders.py | 3 | |
-rw-r--r-- | lib/python/qmk/json_schema.py | 45 | |
-rw-r--r-- | lib/python/qmk/tests/minimal_info.json | 2 | |
-rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 22 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/.gitattributes | 23 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/.gitignore | 4 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/.gitmodules | 12 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/BTD.cpp | 1364 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/BTD.h | 620 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/BTHID.cpp | 399 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/BTHID.h | 155 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3BT.cpp | 634 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3BT.h | 240 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3Enums.h | 141 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3USB.cpp | 572 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS3USB.h | 303 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4BT.h | 121 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4Parser.cpp | 116 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4Parser.h | 407 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PS4USB.h | 130 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PSBuzz.cpp | 82 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/PSBuzz.h | 185 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/README.md | 351 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/SPP.cpp | 829 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/SPP.h | 225 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/Usb.cpp | 812 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/Usb.h | 41 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/UsbCore.h | 298 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/Wii.cpp | 1268 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/Wii.h | 518 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/WiiCameraReadme.md | 13 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.cpp | 337 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXOLD.h | 185 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXONE.cpp | 374 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXONE.h | 172 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.cpp | 583 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXRECV.h | 276 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.cpp | 361 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/XBOXUSB.h | 225 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/address.h | 282 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/adk.cpp | 371 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/adk.h | 140 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/avrpins.h | 1130 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.cpp | 211 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdc_XR21B1411.h | 272 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcacm.cpp | 331 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcacm.h | 252 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcftdi.cpp | 334 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcftdi.h | 145 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcprolific.cpp | 247 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/cdcprolific.h | 159 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/confdescparser.h | 213 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/controllerEnums.h | 204 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/BTHID.ino | 55 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/KeyboardParser.h | 105 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/BTHID/MouseParser.h | 46 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3BT/PS3BT.ino | 188 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3Multi/PS3Multi.ino | 149 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS3SPP/PS3SPP.ino | 162 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/PS4BT/PS4BT.ino | 146 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPP/SPP.ino | 52 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/SPPMulti/SPPMulti.ino | 67 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/Wii/Wii.ino | 118 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino | 51 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino | 133 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiMulti/WiiMulti.ino | 132 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Bluetooth/WiiUProController/WiiUProController.ino | 104 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino | 129 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino | 178 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino | 83 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/USBHIDJoystick.ino | 38 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.cpp | 84 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHIDJoystick/hidjoystickrptparser.h | 33 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/USBHID_desc.ino | 77 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/USBHID_desc/pgmstrings.h | 52 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp.ino | 42 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.cpp | 43 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/le3dp/le3dp_rptparser.h | 42 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale.ino | 51 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.cpp | 150 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/HID/scale/scale_rptparser.h | 55 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/PS3USB/PS3USB.ino | 148 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/PS4USB/PS4USB.ino | 133 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/PSBuzz/PSBuzz.ino | 49 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/USB_desc.ino | 349 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/USB_desc/pgmstrings.h | 52 | |
-rw-r--r-- | lib/usbhost/USB_Host_Shield_2.0/examples/Xbox/XBOXOLD/XB |