summaryrefslogtreecommitdiff
path: root/keyboards/neopad/readme.md
diff options
context:
space:
mode:
authorrookiebwoy <81021475+rookiebwoy@users.noreply.github.com>2021-05-15 05:09:10 +0200
committerGitHub <noreply@github.com>2021-05-14 20:09:10 -0700
commitb057194568270ce379d1900b2567052d565ce1dd (patch)
tree931f1ebd4379452ad0dbce5849266c82fa9c29a1 /keyboards/neopad/readme.md
parent83be6ba472bd8cba9dc8102c193ed9d2b6546799 (diff)
[Keyboard] Add Neopad macropad (#12614)
Diffstat (limited to 'keyboards/neopad/readme.md')
-rw-r--r--keyboards/neopad/readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/neopad/readme.md b/keyboards/neopad/readme.md
new file mode 100644
index 0000000000..9e83e9bb6d
--- /dev/null
+++ b/keyboards/neopad/readme.md
@@ -0,0 +1,25 @@
+# Neopad
+
+Neopad is a little macropad with four switches and two rotary encoders, made by through hole components only.
+_Actually the number of switches is six, because even the encoder are allowed to click._
+
+![Neopad](https://i.imgur.com/TgOkj2Fh.jpg "Neopad first proto")
+
+The Neopad in the photo above is the first prototype. See the project repository for revision 1 update and KiCad files.
+
+* Keyboard maintainer: [rookiebwoy](https://github.com/rookiebwoy)
+* Hardware supported: ProMicro, _Elite-C (not tested)_
+* Project repository: [Neopad on github](https://github.com/rookiebwoy/neopad)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make neopad/rev1:default
+
+Flashing example for this keyboard:
+
+ make neopad/rev1:default:flash
+
+When asked by the terminal, press the dedicated `RESET` button (the one above the 2 LEDs) to enter the bootloader and let the OS detects the device.
+
+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 [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
+