aboutsummaryrefslogtreecommitdiffstats
path: root/util/macos_install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Streamline the macos install processskullY2020-05-181-4/+3
|
* Specify Arm GCC 8 in macOS install script (#7509)fauxpark2019-11-291-1/+2
|
* Install bootloadHid as part of qmk_install (#7463)Joel Challis2019-11-281-0/+2
| | | | | | | | | | | | | | * Install bootloadHid on macos * Install bootloadHid on windows * Highlight bootloadHID is now installed in docs * Update udev rules for bootloadHID * Install bootloadHid on some distros * fix caterina udev filename
* Update ARM GCC on macOS to 8.3 (#7318)fauxpark2019-11-131-2/+2
|
* Clean macos install script (#7186)Yadunand Prem2019-10-281-10/+10
|
* Enforce clang-format (#6293)skullydazed2019-08-301-1/+1
| | | | | | * Enforce clang-format on commit for core files * forgot about tests
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Change from avr-gcc@7 to @8 for MacDanny Nguyen2019-06-051-2/+2
|
* Make python a required build dependency (#5784)skullydazed2019-05-061-1/+1
| | | | | | | | * Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
* Make sure that avr-gcc@7 gets linked into the path on MacOS.Michael Kaylan2018-11-121-0/+1
|
* adds 'dfu-util' to macos_install.shColin T.A. Gray2018-10-221-1/+1
|
* Instruct macos users to use avr-gcc@7 (#3337)Evan Travers2018-07-071-1/+1
| | | | | | | 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.
* Fix logic in macos installShayne Holmes2018-03-161-1/+1
| | | | Also fix mixed spaces/tabs
* Fixed exit status check for brewJon Nall2018-03-091-1/+1
|
* Add a newbie guide for people completely new to QMK (#2480)skullydazed2018-03-061-0/+25