]> git.donarmstrong.com Git - qmk_firmware.git/commit
fixed adb_usb to comply new API.
authortmk <nobody@nowhere>
Mon, 21 Feb 2011 14:05:28 +0000 (23:05 +0900)
committertmk <nobody@nowhere>
Mon, 21 Feb 2011 18:09:18 +0000 (03:09 +0900)
commitc958b2d19b0ec0dbc02f87dc4c9ccee933a54be5
tree8d77a25de9b3d459c3a74c9c9c324e93367682d1
parentfb8d23c60c757d5d9c2270cb0123a53be2049a28
fixed adb_usb to comply new API.
12 files changed:
adb/Makefile [deleted file]
adb/README [deleted file]
adb/config.h [deleted file]
adb/keymap.c [deleted file]
adb/matrix.c [deleted file]
adb_usb/Makefile [new file with mode: 0644]
adb_usb/README [new file with mode: 0644]
adb_usb/config.h [new file with mode: 0644]
adb_usb/keymap.c [new file with mode: 0644]
adb_usb/led.c [new file with mode: 0644]
adb_usb/matrix.c [new file with mode: 0644]
pjrc/usb_keyboard.c