summaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/kbdpad/mk3/readme.md
diff options
context:
space:
mode:
authordztech <moyi4681@users.noreply.github.com>2022-12-05 02:53:08 +0800
committerGitHub <noreply@github.com>2022-12-04 10:53:08 -0800
commit4d1b1bc534aeea4252bf25086810ceccff43f19f (patch)
tree87b9fc2eee254d4664fd6a090f3a94f4c83c6185 /keyboards/kbdfans/kbdpad/mk3/readme.md
parent1dd77d99441c91027553b278854f50a61cd4397d (diff)
[Keyboard] add kbdpadmk3 (#18795)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kbdfans/kbdpad/mk3/readme.md')
-rw-r--r--keyboards/kbdfans/kbdpad/mk3/readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbdpad/mk3/readme.md b/keyboards/kbdfans/kbdpad/mk3/readme.md
new file mode 100644
index 0000000000..c79c574ebb
--- /dev/null
+++ b/keyboards/kbdfans/kbdpad/mk3/readme.md
@@ -0,0 +1,23 @@
+# KBDPAD MK3
+
+An RGB hotswap 21key numpad.
+
+* Keyboard Maintainer: [moyi4681](https://github.com/moyi4681)
+* Hardware Supported: KBDFANS
+* Hardware Availability: [kbdfans](https://kbdfans.myshopify.com/)
+
+
+## Bootloader
+
+Enter the bootloader in 3 ways:
+
+* **Bootmagic reset**: Hold down the key at (0,0) in the matrix
+* **Physical reset button**: Briefly press the button on the back of the PCB
+* **Keycode in layout**: Press the key mapped to `RESET` if it is available
+
+
+Make example for this keyboard (after setting up your build environment):
+
+ make kbdfans/kbdpad/mk3:default
+
+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).