Skip to content

Instantly share code, notes, and snippets.

@muadibbles
Last active November 25, 2017 21:55
Show Gist options
  • Save muadibbles/c4776de112de0670c8877dcc09198c61 to your computer and use it in GitHub Desktop.
Save muadibbles/c4776de112de0670c8877dcc09198c61 to your computer and use it in GitHub Desktop.
How I built my ECO keyboard using a Mac
started from:
https://www.gitbook.com/book/qmk/firmware/details
https://deskthority.net/workshop-f7/how-to-use-a-pro-micro-as-a-cheap-controller-converter-like-soarer-s-t8448.html
https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide#troubleshooting-and-faq
https://imgur.com/gallery/YzsYs
best way to do it:
1) install brew https://brew.sh/
2) set up everything else https://docs.qmk.fm/getting_started_build_tools.html
3) build your hex file https://kbfirmware.com/
4) install the hex
- figure out which port your pro micro is on
- reset pro micro
- run avrdude command
- https://deskthority.net/workshop-f7/how-to-use-a-pro-micro-as-a-cheap-controller-converter-like-soarer-s-t8448.html
old notes:
1) clone QMK
2) cd to root of QMK to run make command
3) write out avrdude command first, then plug in pro micro, reset pro micro manually, hten run avrdude command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment