summaryrefslogtreecommitdiff
path: root/util/macos_install.sh
AgeCommit message (Collapse)Author
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed
* Script to generate keymap.c from JSON file. * Support for keymap.json * Add a warning about the keymap.c getting overwritten. * Fix keymap generating * Install the python deps * Flesh out more of the python environment * Remove defunct json2keymap * Style everything with yapf * Polish up python support * Hide json keymap.c into the .build dir * Polish up qmk-compile-json * Make milc work with positional arguments * Fix a couple small things * Fix some errors and make the CLI more understandable * Make the qmk wrapper more robust * Add basic QMK Doctor * Clean up docstrings and flesh them out as needed * remove unused compile_firmware() function
2019-06-05Change from avr-gcc@7 to @8 for MacDanny Nguyen
2019-05-06Make python a required build dependency (#5784)skullydazed
* Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
2018-11-12Make sure that avr-gcc@7 gets linked into the path on MacOS.Michael Kaylan
2018-10-22adds 'dfu-util' to macos_install.shColin T.A. Gray
2018-07-07Instruct macos users to use avr-gcc@7 (#3337)Evan Travers
If you run `brew install avr-gcc`, you get a version that has compatibility issues with LUFA. I updated the getting started guide for osx, the qmk_install setup script, and added a section to the FAQ for folks like me who accidentally updated avr-gcc past 7.
2018-03-16Fix logic in macos installShayne Holmes
Also fix mixed spaces/tabs
2018-03-09Fixed exit status check for brewJon Nall
2018-03-06Add a newbie guide for people completely new to QMK (#2480)skullydazed