Mechanical Keyboard - Mechagodzilla Arduino Pro MIcro by samuil4 3d model
3dmdb logo
Thingiverse
Mechanical Keyboard - Mechagodzilla Arduino Pro MIcro by samuil4

Mechanical Keyboard - Mechagodzilla Arduino Pro MIcro by samuil4

by Thingiverse
Last crawled date: 3 years, 4 months ago
Motivation:
I can't find in my country Teensy 2.0, but I have Arduino Pro Micro.
The problem with the Pro Micro is that it has only 18 pins, and you need to build matrix with this limitation. The matrix is 6 X 12, resulting in 72 keys. The wiring is as follows on the images, the layout is the same as the original.
To flash the pro micro you must do the following:
open device manager and find the pro micro
reset the pro micro first time (short reset + ground pins)
see to what port it changed
reset again and executeavrdude.exe -p atmega32u4 -P COM3 -c avr109 -U flash:w:promicro.hex
Where my pro micro is on COM PORT 3

Tags