summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Merge pull request #1337 from fredizzimo/wsl_setupJack Humbert3-0/+222
Add script for setting up Windows Subsystem for Linux
2017-05-29more than one en-file, and actually ignore docsJack Humbert4-5/+3
2017-05-28ignore docs, fix tag/hex pushingJack Humbert3-3/+11
2017-05-28Create a symlink to qmk if requestedFred Sundvik1-0/+13
2017-05-28Add activate_wsl to .bashrcFred Sundvik2-6/+31
2017-05-28Fix symlink creationFred Sundvik1-1/+1
2017-05-28Use unzip instead of 7zipFred Sundvik1-5/+5
2017-05-28Actually install flip instead of just extractingFred Sundvik2-3/+19
2017-05-28Make symlink to utils and export programmer variablesFred Sundvik2-1/+18
2017-05-28Add install dependenciesFred Sundvik1-4/+18
2017-05-28Add prompt for re-downloading the utilsFred Sundvik1-1/+13
2017-05-28Add driver installationFred Sundvik2-2/+69
2017-05-28Add checks for cloning to the right dirFred Sundvik1-23/+48
2017-05-28Download windows flashing utils and driver_installerFred Sundvik1-0/+33
2017-05-18update travis scriptJack Humbert2-7/+7
2017-03-07Add freebsd support in "util/install_dependencies.sh"stites1-0/+19
A simple addition to the `install_dependencies` script which remaps the debian dependencies to their freebsd package-names. After a recursive clone and using gmake, I can successfully build all firmware from the root directory (minus some warnings generated by gcc-4.9.4 which I can procure on request). however there is a problem running tests.
2017-02-16fix travis and reduce warningsJack Humbert1-1/+1
2017-02-16ignore PRs in versioningJack Humbert1-1/+1
2017-02-11don't try to build the readmeJack Humbert1-1/+1
2017-02-08accept numbers in travis buildJack Humbert1-1/+1
2017-02-07pass through travis errorsJack Humbert2-1/+5
2017-02-07variable scope fix for travisJack Humbert1-1/+1
2017-02-07correctly assign bash variableJack Humbert1-2/+2
2017-02-07try building only keyboards neededJack Humbert2-3/+21
2017-02-07[skip build] testing travis scriptJack Humbert1-1/+1
2017-02-06[skip build] testing travis scriptJack Humbert1-1/+2
2017-02-06[skip build] testing travis scriptJack Humbert1-1/+1
2017-02-06[skip build] testing travis scriptJack Humbert1-1/+5
2017-02-06[skip build] testing travis scriptJack Humbert1-1/+1
2017-02-06[skip build] testing travis scriptJack Humbert1-18/+22
2017-02-06fixes qmk.fm linking, tests out auto version incrementingJack Humbert1-1/+20
2016-09-19Merge pull request #761 from runcom/fix-yum-installsJack Humbert1-3/+2
util/install_dependecies.sh: fix yum packages
2016-09-18util/install_dependecies.sh: fix yum packagesAntonio Murdaca1-3/+2
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-09-16Fixed Batch Syntax on different versions of WindowsIBNobody1-55/+55
2016-09-15Fixed Win_Check Verbose mode.IBNobody1-2/+2
2016-09-15Renamed to Win_Check, Removed SET for privacy.IBNobody1-3/+4
2016-09-15Fixed a last minute format bug.IBNobody1-1/+3
2016-09-15Adding WinCheck Script for windows install helpIBNobody1-0/+205
2016-09-10Use rules.mk template in new project generatorDaniel K. Levy1-0/+1
2016-09-08util/install_dependencies.sh made executable, fixes #738Peter Ondrejka1-0/+0
2016-08-27Fix travis_compiled_pushFred Sundvik1-2/+2
2016-08-20Add diffutils to travis.yml and install_dependenciesFred Sundvik1-4/+8
It has been required for a while now, and now actually checked in the makefiles. Before, if you didn't have it installed it would just recompile everything. The readme hasn't been updated to reflect this, I think we need to go through that separately, and see what's really needed. Or just instruct people to run the batch scripts.
2016-08-13forces all ergodox keymaps to be ez on qmk.fm (were infinity)Jack Humbert1-0/+2
2016-08-02correct file nameJack Humbert1-1/+1
2016-08-02fix mkdir cmdJack Humbert1-1/+1
2016-08-01automatically forward ergodox ezJack Humbert2-0/+3
2016-07-01Add ChibiOS packages to the avr_setup script (#468)fredizzimo1-4/+22
* Add ChibiOS packages to the avr_setup script * Add git as a dependency * Rename avr_setup.sh -> install_dependencies.sh Also fix the Vagrant welcome message to reflect the new directory structure.
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert1-0/+23
* non-working commit * working * subprojects implemented for planck * pass a subproject variable through to c * consolidates clueboard revisions * thanks for letting me know about conflicts.. * turn off audio for yang's * corrects starting paths for subprojects * messing around with travis * semicolon * travis script * travis script * script for travis * correct directory (probably), amend files to commit * remove origin before adding * git pull, correct syntax * git checkout * git pull origin branch * where are we? * where are we? * merging * force things to happen * adds commit message, adds add * rebase, no commit message * rebase branch * idk! * try just pull * fetch - merge * specify repo branch * checkout * goddammit * merge? idk * pls * after all * don't split up keyboards * syntax * adds quick for all-keyboards * trying out new script * script update * lowercase * all keyboards * stop replacing compiled.hex automatically * adds if statement * skip automated build branches * forces push to automated build branch * throw an add in there * upstream? * adds AUTOGEN * ignore all .hex files again * testing out new repo * global ident * generate script, keyboard_keymap.hex * skip generation for now, print pandoc info, submodule update * try trusty * and sudo * try generate * updates subprojects to keyboards * no idea * updates to keyboards * cleans up clueboard stuff * setup to use local readme * updates cluepad, planck experimental * remove extra led.c [ci skip] * disable power up for now * config files updates * makefile updates * .h file updates, config tuning * disable audio for yang
2016-06-27Long overdue fixes and improvements to environment setup scripts (#448)Noah Andrews2-14/+28
* Update setup script 1 for new folder structure * Improve script 1 output * Launch elevate if run without admin privileges * Improve MinGW error message * Improvements and fixes to second script * Log elevate output in first script
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-4/+8
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme