diff options
| author | Duncan Elliot <42836473+dmelliot@users.noreply.github.com> | 2019-10-16 19:22:28 +1100 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-16 01:22:28 -0700 |
| commit | 2fc3494fd967bb2d8ffba3dcd33fa4a7ef1066ed (patch) | |
| tree | 0c7ebcc417907807e7bd0e724792bab2c5938522 | |
| parent | 63f4806d7a67100fdf37b5f557ceb9d0982c0775 (diff) | |
| download | qmk_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.md | 48 |
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 |
| 38 | Buying Arduino Leonardo and USB Host Shield 2.0(from Circuit@home) will be better, you won't need even soldering iron. | 38 | Buying Arduino Leonardo and USB Host Shield 2.0(from Circuit@home) will be better, you won't need even soldering iron. |
| 39 | http://arduino.cc/en/Main/ArduinoBoardLeonardo | 39 | - http://arduino.cc/en/Main/ArduinoBoardLeonardo |
| 40 | https://www.circuitsathome.com/arduino_usb_host_shield_projects/ | 40 | - https://www.circuitsathome.com/arduino_usb_host_shield_projects/ |
| 41 | 41 | ||
| 42 | Other compatible boards like Arduino's Shield will also work well but I think Sparkfun's needs to be modified. | 42 | Other compatible boards like Arduino's Shield will also work well but I think Sparkfun's needs to be modified. |
| 43 | http://arduino.cc/en/Main/ArduinoUSBHostShield | 43 | - http://arduino.cc/en/Main/ArduinoUSBHostShield |
| 44 | https://www.sparkfun.com/products/9947 | 44 | - https://www.sparkfun.com/products/9947 |
| 45 | 45 | ||
| 46 | Also Pro Micro 3.3V(not Mini) or Teensy with mini host shield will work with some fixes on signal/power routing. | 46 | Also 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) |
| 48 | https://www.circuitsathome.com/arduino_usb_host_shield_projects/ | 48 | - https://www.circuitsathome.com/arduino_usb_host_shield_projects/ |
| 49 | https://www.sparkfun.com/products/12587 | 49 | - https://www.sparkfun.com/products/12587 |
| 50 | https://www.pjrc.com/teensy/td_libs_USBHostShield.html | 50 | - https://www.pjrc.com/teensy/td_libs_USBHostShield.html |
| 51 | 51 | ||
| 52 | Limitations | 52 | Limitations |
| 53 | ---------- | 53 | ---------- |
| @@ -56,24 +56,14 @@ Note that the converter can host only USB "boot protocol" keyboard(6KRO), not NK | |||
| 56 | 56 | ||
| 57 | Resources | 57 | Resources |
| 58 | -------- | 58 | -------- |
| 59 | Hasu'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) |
| 61 | Build 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/) |
| 63 | Original 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) |
| 65 | USB 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) |
| 67 | USB 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) |
| 69 | Arduino 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 | ||
| 71 | Arduino source | ||
| 72 | https://github.com/arduino/Arduino | ||
| 73 | Initial 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 | ||
| 76 | Arduino-based hardware keyboard remapper - Colemak forum | ||
| 77 | http://forum.colemak.com/viewtopic.php?id=1561 | ||
| 78 | Teensy + Host Shield | ||
| 79 | http://www.pjrc.com/teensy/td_libs_USBHostShield.html | ||
