summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAge
* Clean macos install script (#7186)Yadunand Prem2019-10-28
|
* Remove build option firmware size impacts (#6947)Amber Holly2019-10-18
| | | | | | | | | | | | | | | | | | | | | | * Update rules.mk template to remove build option size impacts * Add rules.mk cleaning script * Update all rules.mk files to remove build option firmware size impact messages * Remove references to feature filesize in documentation * Revert "Update all rules.mk files to remove build option firmware size impact messages" This reverts commit 7cfe70976bcc223bf47c960b2e6af8596df80a32. * Fix regex in cleanup script and exclude keymaps/ directories * Update quantum/template/avr/rules.mk Fixed missing tabs/spaces. Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add python-pip as package dependency for archlinux (#7041)Yang Li2019-10-18
|
* Move running pytest to travis_test (#7005)Joel Challis2019-10-14
|
* Prevent clang-format messing up placeholder tokens within keyboard templates ↵fauxpark2019-10-10
| | | | | | | | | | (#6790) * Use .template file extension for keyboard template files * Filter out .template files completely before passing to clang-format * Undo file extension stuff; just ignore quantum/template dir
* Port drivers.txt changes from the Toolbox (#6786)fauxpark2019-09-30
|
* Configuration system for CLI (#6708)skullydazed2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework how bin/qmk handles subcommands * qmk config wip * Code to show all configs * Fully working `qmk config` command * Mark some CLI arguments so they don't pollute the config file * Fleshed out config support, nicer subcommand support * sync with installable cli * pyformat * Add a test for subcommand_modules * Documentation for the `qmk config` command * split config_token on space so qmk config is more predictable * Rework how subcommands are imported * Document `arg_only` * Document deleting from CLI * Document how multiple operations work * Add cli config to the doc index * Add tests for the cli commands * Make running the tests more reliable * Be more selective about building all default keymaps * Update new-keymap to fit the new subcommand style * Add documentation about writing CLI scripts * Document new-keyboard * Update docs/cli_configuration.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/cli_development.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/cli_development.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update docs/cli_development.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Address yan's comments. * Apply suggestions from code review suggestions from @noahfrederick Co-Authored-By: Noah Frederick <code@noahfrederick.com> * Apply suggestions from code review Co-Authored-By: Noah Frederick <code@noahfrederick.com> * Remove pip3 from the test runner
* Add support for Void Linux systems to the qmk_install.sh script (#5526)Sorixelle2019-09-20
| | | | | | | | | | | | * Add support for Void Linux systems to the qmk_install.sh script * Fix typos + grammatical edits in comments * Sort distributions by alphabetical order in linux_install.sh * Revert previous commit and sort Void packages in alphabetical order * Fix permissions on `util/linux_install.sh`
* Run the python tests inside dockerskullY2019-09-07
|
* add missing apostrophesskullY2019-09-07
|
* filter python from the list of things that trigger default buildsskullY2019-09-07
|
* Add python tests to the travis checkskullY2019-09-07
|
* Update docker_build.sh: indentation fix, error echo function (#6659)Konstantin Đorđević2019-09-07
| | | | | | * Replace spaces with tab in docker_build.sh * Use errcho instead of echo >&2
* Add `dfu-programmer` to `pacman -S` (#6619)Cory Watson2019-09-02
| | | | | | | | | | | | | | | * Add `dfu-programmer` to `pacman -S` (#6618) `dfu-programmer` now resides at `extra/dfu-programmer` and is no longer in the AUR * Add `--needed` option to `pacman -S` for efficiency * Fix * Update util/linux_install.sh Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Fix msys2 not installing any packages because it can't find clang (#6655)fauxpark2019-09-02
|
* Add new files to the list of files that are formatted. (#6296)skullydazed2019-08-30
|
* Enforce clang-format (#6293)skullydazed2019-08-30
| | | | | | * Enforce clang-format on commit for core files * forgot about tests
* Add an alternative method for keyboard discovery to speed up build (#6073)Joel Challis2019-08-15
| | | | | | | | | | | | * Add an alternative method for keyboard discovery to speed up build * Chain MAKEFLAGS for docker_build.sh * Slight improvement to number of items sent to sort * Remove debug line * Fix line escape
* Fix qmk_install.sh on Windows dropping to command prompt (#6488)fauxpark2019-08-06
|
* Configure Vagrant to use qmk_base_container (#6194)Joel Challis2019-07-16
| | | | | | | | | | * Initial conversion of vagrant to use qmkfm/base_container * Fix vagrant when using docker provider * Workaround for VirtualBox VM restarts * Generalise Vagrant docs slightly and add FAQ
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update docker util script and travis to use new base containerzvecr2019-07-14
|
* Switch version incrementing to the command put together by @noroadsleft. (#6310)skullydazed2019-07-11
| | | | | | | | * Switch version incrementing to the command put together by @noroadsleft. * Update util/travis_compiled_push.sh Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Fix typo in Gentoo docstring (#6303)zjp2019-07-10
|
* Add copyright year placeholders to new keyboard script (#6280)fauxpark2019-07-08
| | | | | | * Add copyright year placeholders to new keyboard script * More copyright header tweaks
* Fix linux_install.sh script for OpenSuse v 15.1 (#6251)Kenny Hung2019-07-05
|
* Install avrdude in Arch/Manjaro Linux (#6132)Yusuke Nakamura2019-06-15
| | | | avrdude is require package but not installed by script when arch linux.
* Change from avr-gcc@7 to @8 for MacDanny Nguyen2019-06-05
|
* Initial attempt to fix docker creating files as rootzvecr2019-05-31
|
* Use qmk docker image for travis CI buildszvecr2019-05-31
|
* Clean up duped filenames om qmk.fm (#5822)Mikkel Jeppesen2019-05-28
| | | Removes all binaries that don't correspond to an entry in the .keyboards file
* Add Solus support to linux_install.sh scriptchax2019-05-26
| | | | added update-repo command before install command
* Add Solus support to linux_install.sh scriptchax2019-05-26
|
* Fix arch installs as 8.1 is unavailable and #5456 has been merged (#5857)zvecr2019-05-14
|
* Make python a required build dependency (#5784)skullydazed2019-05-06
| | | | | | | | * Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
* docker_build.sh: Docker requires access to hosts devices (#5063)Robin Hallabro-Kokko2019-05-03
| | | | | | | | | * docker_build.sh: Docker requires access to hosts devices This also runs the container interactively which allows the user to interupt the build with Ctrl-C. * docker_build.sh: Mount /dev via $usb_args instead
* If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table ↵Takeshi ISHII2019-05-02
| | | | | | | | | | instead of exp() and sin() (#5484) * If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table instead of exp() and sin() * Change rgblight breathing table size to be easily selectable. add RGBLIGHT_BREATHE_TABLE_SIZE macro for customize breathing effect.
* A better new_project.sh (#5191)fauxpark2019-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A better new_project.sh * Fix docstrings * Use single quotes for anything not shown to user * Missed this docstring * Simplify get_git_username() Thanks @vomindoraan * chmod +x * Add docstring for print_error() * Break up git username call into multiple lines * Use with statement here * Conform to PEP 8 even more * Turn it back into a shell script * chmod +x again * Update docs to reflect new keyboard generator usage * Tweak wording slightly * Trim trailing whitespace * Don't actually need to escape the newlines here * As I suspected, you can pass shift a number * Prepend ./ to match the other code block * Minor syntax tweaks * The username token has changed * Replace name in the readme too * Make some reasonable assumptions about the presence of Git
* add -yq flags to actually make it noninteractivemechmerlin2019-04-19
|
* Travis CI - skip unit tests for documentation changes (#5267)zvecr2019-04-19
| | | | | | * Add script to skip tests on non master branches with only docs changes * Review comments - Use 'grep -c' instead of 'wc -l'
* Add vendor and product arguments to atmega32a_program.py - fix hex printzvecr2019-04-12
|
* Add vendor and product arguments to atmega32a_program.pyzvecr2019-04-12
|
* Fix build detection of keymap and board changeszvecr2019-04-12
|
* Revert "Update build instructions and docker file to download submodules" ↵Konstantin Đorđević2019-04-10
| | | | | | | | | | | | (#5533) * Revert "Update build instructions and Dockerfile to download submodules" This reverts commit 93210547bd1bfbbb1ffd56801bb81af46af350a5. * Update build tools docs based on feedback * Fix bad link in build tools docs
* Update build instructions and Dockerfile to download submodulesMikhail Goncharov2019-03-30
|
* ISP Flashing Guide - atmega32a info (#4993)wanleg2019-03-22
| | | | | | * update isp flashing page * update isp flashing page
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-26
| | | | | | | | | | * Ask for your name when generating a new keyboard * Update docs * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Relocate usb_detach to utils (#5121)zvecr2019-02-18
| | | | | | * Relocate usb_detach to utils * Relocate usb_detach to utils - fix up files after move
* Remove duplication of ssh keys and fix usage on PR builds (#5013)zvecr2019-02-15
|
* docker_build.sh: Run container in interactive mode (#5088)Konstantin Đorđević2019-02-15
| | | | | | | | * docker_build.sh: Run container in interactive mode * Add message about QMK Toolbox * Update Docker docs