diff options
author | Michele Ferri <ferrimiche@gmail.com> | 2021-08-09 19:04:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 10:04:00 -0700 |
commit | be72a64cf603946102cc2144822b75fa9f92a2ec (patch) | |
tree | 7fa4fdbda95fc3a08a30c6b63b0018d4da4820f4 /keyboards/pimentoso/touhoupad/readme.md | |
parent | e6c171bdd639fef41a68902ce5a379a0565ed99b (diff) | |
download | qmk_firmware-be72a64cf603946102cc2144822b75fa9f92a2ec.tar.gz qmk_firmware-be72a64cf603946102cc2144822b75fa9f92a2ec.zip |
[Keyboard] Add TouhouPad (#13915)
* Touhoupad rev 2
* cleanup for PR
* fixes after review
Diffstat (limited to 'keyboards/pimentoso/touhoupad/readme.md')
-rw-r--r-- | keyboards/pimentoso/touhoupad/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/pimentoso/touhoupad/readme.md b/keyboards/pimentoso/touhoupad/readme.md new file mode 100644 index 0000000000..7e122c327b --- /dev/null +++ b/keyboards/pimentoso/touhoupad/readme.md @@ -0,0 +1,19 @@ +# TouhouPad + +![TouhouPad](https://i.imgur.com/JeEqeEs.png) + +A 10 key gamepad specifically for playing Touhou danmaku games. + +You can find building instructions and gerber files to print the circuit board on the [project page.](https://github.com/Pimentoso/TouhouPad_v2) + +* Keyboard Maintainer: [Michele Ferri](https://github.com/Pimentoso) +* Hardware Supported: Paddino02 PCB rev1, rev2 + Arduino Pro Micro +* Hardware Availability: the PCB is open source and can be freely printed at websites such as [JLCPCB](https://jlcpcb.com/) + +Make example for this keyboard (after setting up your build environment): + + make pimentoso/touhoupad:default + +The gamepad case is completely exposed on the underside, so to enter bootloader mode, just short the RST and GND pins of the pro micro using a metal object. + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |