Add initial support for the Makey Makey Classic (#16658)
This commit is contained in:
parent
bdd1f318c3
commit
1acb37db7f
7 changed files with 308 additions and 0 deletions
19
keyboards/makeymakey/readme.md
Normal file
19
keyboards/makeymakey/readme.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Makey Makey Classic
|
||||
|
||||

|
||||
|
||||
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).
|
Loading…
Add table
Add a link
Reference in a new issue