summaryrefslogtreecommitdiff
path: root/keyboards/trainpad/readme.md
diff options
context:
space:
mode:
authorAnanya Kirti <AnanyaKirti@users.noreply.github.com>2023-05-21 21:27:08 +0530
committerGitHub <noreply@github.com>2023-05-21 08:57:08 -0700
commit08a8d35bc36c5c98c391817e4de9d1b3701a04c8 (patch)
tree06b23ac3b0c4d7be51d5e5df22027b1312130276 /keyboards/trainpad/readme.md
parent420e35f9225d7f76e70d25e143311602145c1eb0 (diff)
[Keyboard] Added Support for trainpad (#20973)
* Added Support for trainpad added support for trainpad * corrected capitalisation corrected capitalisation * Update keyboards/trainpad/keymaps/via/keymap.c * Update keyboards/trainpad/info.json * Update keyboards/trainpad/keymaps/default/keymap.c * Update readme.md updated readme to remove handwire, and corrected number of keys * removed config.h, trainpad.c and trainpad.h removed config.h, trainpad.c and trainpad.h * updated readme upadted readme to correct capitalisation * Update keyboards/trainpad/info.json * Update keyboards/trainpad/info.json * Update keyboards/trainpad/rules.mk * updated Readme updated Readme * Update keyboards/trainpad/readme.md
Diffstat (limited to 'keyboards/trainpad/readme.md')
-rw-r--r--keyboards/trainpad/readme.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/trainpad/readme.md b/keyboards/trainpad/readme.md
new file mode 100644
index 0000000000..38ac1569c6
--- /dev/null
+++ b/keyboards/trainpad/readme.md
@@ -0,0 +1,26 @@
+# trainpad
+
+Custom four key keyboard. **See each individual board for pin information.**
+
+* Keyboard Maintainer: [Ananya Kirti](https://github.com/AnanyaKirti)
+* Hardware Supported: custom stacked FR4 case
+* Hardware Availability: Contact bob at [IMKC Discord](https://discord.gg/imkc)
+
+
+
+## Bootloader
+
+Enter the bootloader:
+* **Bootmagic reset**: Hold down the far left key while connecting the USB cable.
+* **Physical reset button**: Briefly press the tactile button on the back of the PCB.
+
+
+Make example for this keyboard (after setting up your build environment):
+
+ make trainpad:default
+
+Flashing example for this keyboard:
+
+ make trainpad:default:flash
+
+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).