aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Elliot <42836473+dmelliot@users.noreply.github.com>2019-10-16 19:22:28 +1100
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-10-16 01:22:28 -0700
commit2fc3494fd967bb2d8ffba3dcd33fa4a7ef1066ed (patch)
tree0c7ebcc417907807e7bd0e724792bab2c5938522
parent63f4806d7a67100fdf37b5f557ceb9d0982c0775 (diff)
downloadqmk_firmware-2fc3494fd967bb2d8ffba3dcd33fa4a7ef1066ed.tar.gz
qmk_firmware-2fc3494fd967bb2d8ffba3dcd33fa4a7ef1066ed.zip
[Keyboard] Update formatting of README for usb_usb (#7037)
Minor updates to make the README a little more readable.
-rw-r--r--keyboards/converter/usb_usb/README.md48
1 files changed, 19 insertions, 29 deletions
diff --git a/keyboards/converter/usb_usb/README.md b/keyboards/converter/usb_usb/README.md
index 64334a85f..594a9be87 100644
--- a/keyboards/converter/usb_usb/README.md
+++ b/keyboards/converter/usb_usb/README.md
@@ -36,18 +36,18 @@ https://geekhack.org/index.php?topic=69169.0
36 36
37### Build one yourself using Arduino Leonardo + Circuit@Home USB Host Shield 2.0 37### Build one yourself using Arduino Leonardo + Circuit@Home USB Host Shield 2.0
38Buying Arduino Leonardo and USB Host Shield 2.0(from Circuit@home) will be better, you won't need even soldering iron. 38Buying Arduino Leonardo and USB Host Shield 2.0(from Circuit@home) will be better, you won't need even soldering iron.
39http://arduino.cc/en/Main/ArduinoBoardLeonardo 39- http://arduino.cc/en/Main/ArduinoBoardLeonardo
40https://www.circuitsathome.com/arduino_usb_host_shield_projects/ 40- https://www.circuitsathome.com/arduino_usb_host_shield_projects/
41 41
42Other compatible boards like Arduino's Shield will also work well but I think Sparkfun's needs to be modified. 42Other compatible boards like Arduino's Shield will also work well but I think Sparkfun's needs to be modified.
43http://arduino.cc/en/Main/ArduinoUSBHostShield 43- http://arduino.cc/en/Main/ArduinoUSBHostShield
44https://www.sparkfun.com/products/9947 44- https://www.sparkfun.com/products/9947
45 45
46Also Pro Micro 3.3V(not Mini) or Teensy with mini host shield will work with some fixes on signal/power routing. 46Also Pro Micro 3.3V(not Mini) or Teensy with mini host shield will work with some fixes on signal/power routing.
47[Build guide](https://geekhack.org/index.php?topic=80421.0) 47- [Build guide](https://geekhack.org/index.php?topic=80421.0)
48https://www.circuitsathome.com/arduino_usb_host_shield_projects/ 48- https://www.circuitsathome.com/arduino_usb_host_shield_projects/
49https://www.sparkfun.com/products/12587 49- https://www.sparkfun.com/products/12587
50https://www.pjrc.com/teensy/td_libs_USBHostShield.html 50- https://www.pjrc.com/teensy/td_libs_USBHostShield.html
51 51
52Limitations 52Limitations
53---------- 53----------
@@ -56,24 +56,14 @@ Note that the converter can host only USB "boot protocol" keyboard(6KRO), not NK
56 56
57Resources 57Resources
58-------- 58--------
59Hasu's main thread for the converter 59- [Hasu's main thread for the converter](https://geekhack.org/index.php?topic=69169.0)
60 https://geekhack.org/index.php?topic=69169.0 60- [Build guide for the Pro Micro variant](https://geekhack.org/index.php?topic=80421.0)
61Build guide for the Pro Micro variant 61- [Original TMK version of the converter](https://github.com/tmk/tmk_keyboard/tree/master/converter/usb_usb)
62 https://geekhack.org/index.php?topic=80421.0 62- [USB Host Shield 2.0](https://www.circuitsathome.com/arduino_usb_host_shield_projects/)
63Original TMK version of the converter 63- [USB Host Shield 2.0 source](https://github.com/felis/USB_Host_Shield_2.0)
64 https://github.com/tmk/tmk_keyboard/tree/master/converter/usb_usb 64- [Arduino USB Host Shield (with bootst converter)](http://arduino.cc/en/Main/ArduinoUSBHostShield)
65USB Host Shield 2.0 65- [Arduino source](https://github.com/arduino/Arduino)
66 https://www.circuitsathome.com/arduino_usb_host_shield_projects/ 66- [Initial release of TMK USB-USB converter](https://geekhack.org/index.php?topic=33057.msg653549#msg653549)
67USB Host Shield 2.0 source 67- [Teensy/Arduino + Host Shield](http://deskthority.net/workshop-f7/is-remapping-a-usb-keyboard-using-teensy-possible-t2841-30.html#p74854)
68 https://github.com/felis/USB_Host_Shield_2.0 68- [Arduino-based hardware keyboard remapper - Colemak forum](http://forum.colemak.com/viewtopic.php?id=1561)
69Arduino USB Host Shield (with bootst converter) 69- [Teensy + Host Shield](http://www.pjrc.com/teensy/td_libs_USBHostShield.html)
70 http://arduino.cc/en/Main/ArduinoUSBHostShield
71Arduino source
72 https://github.com/arduino/Arduino
73Initial release of TMK USB-USB converter
74 https://geekhack.org/index.php?topic=33057.msg653549#msg653549
75 http://deskthority.net/workshop-f7/is-remapping-a-usb-keyboard-using-teensy-possible-t2841-30.html#p74854
76Arduino-based hardware keyboard remapper - Colemak forum
77 http://forum.colemak.com/viewtopic.php?id=1561
78Teensy + Host Shield
79 http://www.pjrc.com/teensy/td_libs_USBHostShield.html