summaryrefslogtreecommitdiff
path: root/keyboards/makeymakey/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/makeymakey/readme.md')
-rw-r--r--keyboards/makeymakey/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/makeymakey/readme.md b/keyboards/makeymakey/readme.md
new file mode 100644
index 0000000000..068331d1ed
--- /dev/null
+++ b/keyboards/makeymakey/readme.md
@@ -0,0 +1,19 @@
+# Makey Makey Classic
+
+![makeymakey](https://cdn.shopify.com/s/files/1/0162/8612/products/Makey_Carlos_1024x1024_crop_center.png)
+
+The original Makey Makey Classic. There are six inputs on the front of the board, which can be attached to via alligator clipping, soldering to the pads, or any other method you can think of. There are another 12 inputs on the back, six for keyboard keys and six for mouse motion, which you can access with jumpers via the female headers.
+
+* Keyboard Maintainer: [Pablo Ramirez](https://github.com/Jpe230)
+* Hardware Supported: Makey Makey Classic (atmega32u4)
+* Hardware Availability: [Makey Makey official store] https://makeymakey.com/products/makey-makey-kit
+
+Make example for this keyboard (after setting up your build environment):
+
+ make makeymakey:default
+
+Flashing example for this keyboard:
+
+ make makeymakey: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).