summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAge
* fix travis and reduce warningsJack Humbert2017-02-16
|
* ignore PRs in versioningJack Humbert2017-02-16
|
* don't try to build the readmeJack Humbert2017-02-11
|
* accept numbers in travis buildJack Humbert2017-02-07
|
* pass through travis errorsJack Humbert2017-02-07
|
* variable scope fix for travisJack Humbert2017-02-07
|
* correctly assign bash variableJack Humbert2017-02-07
|
* try building only keyboards neededJack Humbert2017-02-07
|
* [skip build] testing travis scriptJack Humbert2017-02-06
|
* [skip build] testing travis scriptJack Humbert2017-02-06
|
* [skip build] testing travis scriptJack Humbert2017-02-06
|
* [skip build] testing travis scriptJack Humbert2017-02-06
|
* [skip build] testing travis scriptJack Humbert2017-02-06
|
* [skip build] testing travis scriptJack Humbert2017-02-06
|
* fixes qmk.fm linking, tests out auto version incrementingJack Humbert2017-02-06
|
* Merge pull request #761 from runcom/fix-yum-installsJack Humbert2016-09-19
|\ | | | | util/install_dependecies.sh: fix yum packages
| * util/install_dependecies.sh: fix yum packagesAntonio Murdaca2016-09-18
| | | | | | | | Signed-off-by: Antonio Murdaca <runcom@redhat.com>
* | Fixed Batch Syntax on different versions of WindowsIBNobody2016-09-15
| |
* | Fixed Win_Check Verbose mode.IBNobody2016-09-15
| |
* | Renamed to Win_Check, Removed SET for privacy.IBNobody2016-09-14
| |
* | Fixed a last minute format bug.IBNobody2016-09-14
| |
* | Adding WinCheck Script for windows install helpIBNobody2016-09-14
|/
* Use rules.mk template in new project generatorDaniel K. Levy2016-09-10
|
* util/install_dependencies.sh made executable, fixes #738Peter Ondrejka2016-09-08
|
* Fix travis_compiled_pushFred Sundvik2016-08-27
|
* Add diffutils to travis.yml and install_dependenciesFred Sundvik2016-08-20
| | | | | | | | | | 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 Humbert2016-08-12
|
* correct file nameJack Humbert2016-08-01
|
* fix mkdir cmdJack Humbert2016-08-01
|
* automatically forward ergodox ezJack Humbert2016-08-01
|
* Add ChibiOS packages to the avr_setup script (#468)fredizzimo2016-07-01
| | | | | | | | | | | * 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 Humbert2016-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Andrews2016-06-27
| | | | | | | | | | | | | | * 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
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-23
| | | | | | | | | | | | | | | | | | | | * 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
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-21
| | | | | | * fixes from tmk's repo * rename keyboard to keyboards
* Makefile redo & other features (#395)Jack Humbert2016-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .build containment implemented * no destructive variable setting - builds in either folder * make from 3 places * cleans before each build * make from root with keyboard=keyboard, keymap=keymap * make from keyboard/keyboard with keymap=keymap * make from keymaps/keymap * only implemented on planck * adds color diag to avr-gcc * makefiles for all plancks, clean-up * quick build-all makefile for plancks * reformatting of make output (colors) * color toggle, tmk path corrections * correct if statement for color * move config.h to main makefile, updates preonic, atomic * format update, all keyboards targets * makefile optional for build all target, alps and arrow_pad updated * alps updated * make planck default, trying out travis recipe for all-keyboards * all-keymaps target, different travis recipe * updates alps64 * updates keyboards to new format * updates clue* projects * all projects updated, specialise EZ .hex, let .hex through * updates travis * automatically find root, keyboard, keymap * silent echo, cleaned-up mass make output * updates all keyboards' .hex files except EZ * Rename Bantam44.c to bantam44.c * Rename Bantam44.h to bantam44.h * nananana * adds six key keyboard * does same to ez as rest * updates send_string example * brings ergodox_ez up to date * updates template/new project script * adds sixkeyboard * adds readme for sixkeyboard * adds sixkeyboard to travis * filenames, gitignore mess * define clock prescaler stuff manually * make quick, size test example * documentation and dfu-no-build
* Add support for vagrant-docker (#389)Aron Griffis2016-06-07
| | | | | | | | | | | | | * clean trailing ws in Vagrantfile and util/avr_setup.sh * replace triple quotes with heredoc. Ruby doesn't have triple quotes; that's a Python thing. This was just being parsed as multiple strings concatenated. * add docker support to Vagrantfile * make wants to find dfu-programmer in vagrant guest
* makes vagrant usable againJack Humbert2016-06-04
|
* cleans up folder structureJack Humbert2016-06-04
| | | | | | * consolidates docs * deletes converter/ * updates .md references (most)
* Add missing elevate.exe file (#377)Noah Andrews2016-06-03
| | | | | | * Stops explorer.exe from being started with admin privilieges * added missing elevate.exe file
* Stops explorer.exe from being started with admin privilieges (#373)Noah Andrews2016-06-02