diff options
author | tmk <nobody@nowhere> | 2012-08-13 17:46:03 +0200 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-08-28 14:56:15 +0200 |
commit | 9382bf2f765cfbb8f7a9a48157391cac2bb71780 (patch) | |
tree | 4dbcd2828d4ecf2a0cc8662300b4d5e349e21439 /.gitmodules | |
parent | 895cd4dfa29f0f3c623544f4868ac63e619c69d9 (diff) | |
download | qmk_firmware-9382bf2f765cfbb8f7a9a48157391cac2bb71780.tar.gz qmk_firmware-9382bf2f765cfbb8f7a9a48157391cac2bb71780.tar.xz |
Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..b136a3781 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "protocol/usb_hid/USB_Host_Shield_2.0"] + path = protocol/usb_hid/USB_Host_Shield_2.0 + url = git://github.com/felis/USB_Host_Shield_2.0.git |