1
0
Fork 0

Add initial support for the Makey Makey Classic (#16658)

This commit is contained in:
jpe230 2022-04-19 05:53:09 -05:00 committed by GitHub
parent bdd1f318c3
commit 1acb37db7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 308 additions and 0 deletions

View file

@ -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).