summaryrefslogtreecommitdiff
path: root/keyboards/millipad/readme.md
diff options
context:
space:
mode:
authorGLozares <49708169+GLozares@users.noreply.github.com>2021-04-20 09:15:21 -0700
committerGitHub <noreply@github.com>2021-04-20 09:15:21 -0700
commit666944df2e2172614f9bdeef227b2d89ed511a36 (patch)
tree81bb8b36b7e3d43f9db2e029eb0bec392ef9a12d /keyboards/millipad/readme.md
parent3d37afd495da35e30961969de27190e9e3a4d7e7 (diff)
[Keyboard] Add millipad keypad and default keymap (#12522)
Diffstat (limited to 'keyboards/millipad/readme.md')
-rw-r--r--keyboards/millipad/readme.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/millipad/readme.md b/keyboards/millipad/readme.md
new file mode 100644
index 0000000000..8cabc8a962
--- /dev/null
+++ b/keyboards/millipad/readme.md
@@ -0,0 +1,29 @@
+# millipad
+
+![millipad](https://i.imgur.com/ZM2qel5h.jpg)
+
+An open source 2x6 macropad with rotary encoder. Designed to be cheap and simple.
+
+
+## More Pictures:
+![PCB Layout](https://i.imgur.com/ilhfBfQ.png)
+![Front of PCB](https://i.imgur.com/UiQkmuvh.jpg)
+![Back of PCB](https://i.imgur.com/Inh6UTLh.jpg)
+
+
+* Keyboard Maintainer: [Jirou](https://github.com/GLozares)
+* Hardware Supported: Jirou.Design Millipad
+* Hardware Availability: Open Source at https://github.com/GLozares/millipad
+
+## Bootloader Mode (Flashing Hex Files):
+To flash a new hex file, press the hardware reset button located to the left of the rotary encoder to enter Bootloader mode.
+
+Make example for this keyboard (after setting up your build environment):
+
+ make millipad:default
+
+Flashing example for this keyboard:
+
+ make millipad: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).