]> git.donarmstrong.com Git - tmk_firmware.git/blob - converter/usb_usb/README
usb_usb: Remove mention of downloading LUFA
[tmk_firmware.git] / converter / usb_usb / README
1 USB to USB keyboard protocol converter
2 ======================================
3
4 Hardware requirement
5 --------------------
6 Arduino Leonardo
7     http://arduino.cc/en/Main/ArduinoBoardLeonardo 
8
9 Circuit@Home USB Host Shield 2.0
10     http://www.circuitsathome.com/products-page/arduino-shields/usb-host-shield-2-0-for-arduino
11
12
13 Build firmware
14 --------------
15     $ git clone git://github.com/tmk/tmk_keyboard.git
16     $ cd tmk_keyboard
17     $ git submodule init
18     $ git submodule update
19     $ cd converter/usb_usb
20     $ make
21
22 You will get usb_usb.hex if you are lucky.
23 Program your Leonardo with avrdude(or easy-going Arduino IDE):
24
25     $ avrdude -patmega32u4 -cavr109 -PCOM17 -b57600 -Uflash:w:usb_usb.hex
26
27
28 Limitation
29 ----------
30 Only supports 'HID Boot protocol'.
31 Not support keyboard LED yet.