This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |