summaryrefslogtreecommitdiff
path: root/keyboards/0xcb/tutelpad/readme.md
diff options
context:
space:
mode:
authorSam <47176495+ItsFiremanSam@users.noreply.github.com>2022-07-15 04:52:39 +0200
committerGitHub <noreply@github.com>2022-07-14 19:52:39 -0700
commit16c91e0cf2f01cc28b32c22d108e806538f7dba7 (patch)
tree55bbafa8456a4857e30abfae79d2a6996bd42d03 /keyboards/0xcb/tutelpad/readme.md
parent807620fa3c9995db29f0752162cee136a1381c13 (diff)
[Keyboard] Added TutelPad keyboard (#16975)
* TutelPad firmware v1.0 * Added VIA compatibility * Update keyboards/0xcb/tutelpad/config.h * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Add new OLED image, implement suggested fixes * Update keyboards/0xcb/tutelpad/rules.mk * Update keyboards/0xcb/tutelpad/rules.mk
Diffstat (limited to 'keyboards/0xcb/tutelpad/readme.md')
-rw-r--r--keyboards/0xcb/tutelpad/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/0xcb/tutelpad/readme.md b/keyboards/0xcb/tutelpad/readme.md
new file mode 100644
index 0000000000..8fb8c970e7
--- /dev/null
+++ b/keyboards/0xcb/tutelpad/readme.md
@@ -0,0 +1,19 @@
+# TutelPad macropad
+
+* Keyboard Maintainer: [ItsFiremanSam](https://github.com/ItsFiremanSam)
+* Hardware Supported: [TutelPad GitHub](https://github.com/0xCB-dev/0xCB-TutelPad)
+* Hardware Availability: [KeebSupply](https://keeb.supply/)
+
+## Bootloader
+
+You can enter the bootloader by pressing the reset switch on the side while the keyboard is plugged in. You can also short the GND and RST pads on the controller.
+
+Make example for this keyboard (after setting up your build environment):
+
+ make 0xcb/tutelpad:default
+
+Flashing example for this keyboard:
+
+ make 0xcb/tutelpad: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).