Skip to content

Instantly share code, notes, and snippets.

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:
@muadibbles
muadibbles / gist:5b58e8d6d35ae5d301b2d27e9f002031
Last active October 25, 2017 18:00
Installing red9 Studio Tools on Maya on OS X Sierra
The current (as of October 24, 2017) Mac installer for Red9 Studio Tools downloaded from the Autodesk App Store exits
without finishing the job. The files are installed but you'll need to run a script to call them. The path included in
the docs has a path wildly different than the actual install path.
This worked for me (just run from a python script editor):
#Set the Python path
#--------------------
import sys
sys.path.append('/Users/Shared/Autodesk/ApplicationAddins/Red9StudioPack/Contents/scripts')