Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #1337 from fredizzimo/wsl_setup | Jack Humbert | 2017-05-29 | 3 | -0/+222 | |
| |\ | | | | | | | Add script for setting up Windows Subsystem for Linux | |||||
| | * | Create a symlink to qmk if requested | Fred Sundvik | 2017-05-28 | 1 | -0/+13 | |
| | | | ||||||
| | * | Add activate_wsl to .bashrc | Fred Sundvik | 2017-05-28 | 2 | -6/+31 | |
| | | | ||||||
| | * | Fix symlink creation | Fred Sundvik | 2017-05-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use unzip instead of 7zip | Fred Sundvik | 2017-05-28 | 1 | -5/+5 | |
| | | | ||||||
| | * | Actually install flip instead of just extracting | Fred Sundvik | 2017-05-28 | 2 | -3/+19 | |
| | | | ||||||
| | * | Make symlink to utils and export programmer variables | Fred Sundvik | 2017-05-28 | 2 | -1/+18 | |
| | | | ||||||
| | * | Add install dependencies | Fred Sundvik | 2017-05-28 | 1 | -4/+18 | |
| | | | ||||||
| | * | Add prompt for re-downloading the utils | Fred Sundvik | 2017-05-28 | 1 | -1/+13 | |
| | | | ||||||
| | * | Add driver installation | Fred Sundvik | 2017-05-28 | 2 | -2/+69 | |
| | | | ||||||
| | * | Add checks for cloning to the right dir | Fred Sundvik | 2017-05-28 | 1 | -23/+48 | |
| | | | ||||||
| | * | Download windows flashing utils and driver_installer | Fred Sundvik | 2017-05-28 | 1 | -0/+33 | |
| | | | ||||||
* | | | push to git url | Jack Humbert | 2017-05-29 | 1 | -2/+2 | |
|/ / | ||||||
* | | more than one en-file, and actually ignore docs | Jack Humbert | 2017-05-29 | 4 | -5/+3 | |
| | | ||||||
* | | ignore docs, fix tag/hex pushing | Jack Humbert | 2017-05-28 | 3 | -3/+11 | |
|/ | ||||||
* | update travis script | Jack Humbert | 2017-05-17 | 2 | -7/+7 | |
| | ||||||
* | Add freebsd support in "util/install_dependencies.sh" | stites | 2017-03-07 | 1 | -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. | |||||
* | fix travis and reduce warnings | Jack Humbert | 2017-02-16 | 1 | -1/+1 | |
| | ||||||
* | ignore PRs in versioning | Jack Humbert | 2017-02-16 | 1 | -1/+1 | |
| | ||||||
* | don't try to build the readme | Jack Humbert | 2017-02-11 | 1 | -1/+1 | |
| | ||||||
* | accept numbers in travis build | Jack Humbert | 2017-02-07 | 1 | -1/+1 | |
| | ||||||
* | pass through travis errors | Jack Humbert | 2017-02-07 | 2 | -1/+5 | |
| | ||||||
* | variable scope fix for travis | Jack Humbert | 2017-02-07 | 1 | -1/+1 | |
| | ||||||
* | correctly assign bash variable | Jack Humbert | 2017-02-07 | 1 | -2/+2 | |
| | ||||||
* | try building only keyboards needed | Jack Humbert | 2017-02-07 | 2 | -3/+21 | |
| | ||||||
* | [skip build] testing travis script | Jack Humbert | 2017-02-06 | 1 | -1/+1 | |
| | ||||||
* | [skip build] testing travis script | Jack Humbert | 2017-02-06 | 1 | -1/+2 | |
| | ||||||
* | [skip build] testing travis script | Jack Humbert | 2017-02-06 | 1 | -1/+1 | |
| | ||||||
* | [skip build] testing travis script | Jack Humbert | 2017-02-06 | 1 | -1/+5 | |
| | ||||||
* | [skip build] testing travis script | Jack Humbert | 2017-02-06 | 1 | -1/+1 | |
| | ||||||
* | [skip build] testing travis script | Jack Humbert | 2017-02-06 | 1 | -18/+22 | |
| | ||||||
* | fixes qmk.fm linking, tests out auto version incrementing | Jack Humbert | 2017-02-06 | 1 | -1/+20 | |
| | ||||||
* | Merge pull request #761 from runcom/fix-yum-installs | Jack Humbert | 2016-09-19 | 1 | -3/+2 | |
|\ | | | | | util/install_dependecies.sh: fix yum packages | |||||
| * | util/install_dependecies.sh: fix yum packages | Antonio Murdaca | 2016-09-18 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Antonio Murdaca <runcom@redhat.com> | |||||
* | | Fixed Batch Syntax on different versions of Windows | IBNobody | 2016-09-15 | 1 | -55/+55 | |
| | | ||||||
* | | Fixed Win_Check Verbose mode. | IBNobody | 2016-09-15 | 1 | -2/+2 | |
| | | ||||||
* | | Renamed to Win_Check, Removed SET for privacy. | IBNobody | 2016-09-14 | 1 | -3/+4 | |
| | | ||||||
* | | Fixed a last minute format bug. | IBNobody | 2016-09-14 | 1 | -1/+3 | |
| | | ||||||
* | | Adding WinCheck Script for windows install help | IBNobody | 2016-09-14 | 1 | -0/+205 | |
|/ | ||||||
* | Use rules.mk template in new project generator | Daniel K. Levy | 2016-09-10 | 1 | -0/+1 | |
| | ||||||
* | util/install_dependencies.sh made executable, fixes #738 | Peter Ondrejka | 2016-09-08 | 1 | -0/+0 | |
| | ||||||
* | Fix travis_compiled_push | Fred Sundvik | 2016-08-27 | 1 | -2/+2 | |
| | ||||||
* | Add diffutils to travis.yml and install_dependencies | Fred Sundvik | 2016-08-20 | 1 | -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. | |||||
* | forces all ergodox keymaps to be ez on qmk.fm (were infinity) | Jack Humbert | 2016-08-12 | 1 | -0/+2 | |
| | ||||||
* | correct file name | Jack Humbert | 2016-08-01 | 1 | -1/+1 | |
| | ||||||
* | fix mkdir cmd | Jack Humbert | 2016-08-01 | 1 | -1/+1 | |
| | ||||||
* | automatically forward ergodox ez | Jack Humbert | 2016-08-01 | 2 | -0/+3 | |
| | ||||||
* | Add ChibiOS packages to the avr_setup script (#468) | fredizzimo | 2016-07-01 | 1 | -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. | |||||
* | Implements subprojects and updates projects for this (#459) | Jack Humbert | 2016-06-29 | 1 | -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 | |||||
* | Long overdue fixes and improvements to environment setup scripts (#448) | Noah Andrews | 2016-06-27 | 2 | -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 |