| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | QMK CLI Environment bootstrapper (#25038) | Nick Brassel | 2025-11-27 | 1 | -1/+5 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> | ||||
| * | Remove `DEFAULT_FOLDER` handling (#23281) | Joel Challis | 2025-06-09 | 1 | -26/+8 |
| | | |||||
| * | Align 'qmk lint' argument handling (#23297) | Joel Challis | 2024-05-01 | 1 | -0/+2 |
| | | |||||
| * | Enable 'keyboard.json' as a build target (#22891) | Joel Challis | 2024-03-10 | 1 | -4/+6 |
| | | |||||
| * | QMK Userspace (#22222) | Nick Brassel | 2023-11-27 | 1 | -1/+21 |
| | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
| * | CLI parallel search updates (#22525) | Nick Brassel | 2023-11-22 | 1 | -1/+6 |
| | | |||||
| * | Enable linking of encoders to switch within layout macros (#22264) | Joel Challis | 2023-11-20 | 1 | -1/+54 |
| | | |||||
| * | CLI refactoring for common build target APIs (#22221) | Nick Brassel | 2023-11-15 | 1 | -5/+1 |
| | | |||||
| * | Add `qmk ci-validate-aliases` (#22205) | Nick Brassel | 2023-10-06 | 1 | -1/+4 |
| | | |||||
| * | Allow for `qmk mass-compile all:<keymap>` (#22116) | Nick Brassel | 2023-09-28 | 1 | -0/+2 |
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | Allow for `qmk compile -kb all`. (#22022) | Nick Brassel | 2023-09-22 | 1 | -0/+32 |
| | | |||||
| * | Adjust width requirement for big enter (#21470) | Ryan | 2023-07-07 | 1 | -8/+8 |
| | | |||||
| * | Replace list_keyboards.sh with CLI calls (#19485) | Joel Challis | 2023-01-03 | 1 | -3/+7 |
| | | |||||
| * | Format DD mappings and schemas (#18924) | Ryan | 2022-11-08 | 1 | -1/+1 |
| | | |||||
| * | Only omit paths containing "/keymaps/" (#17468) | precondition | 2022-06-25 | 1 | -1/+1 |
| | | | | This allows keyboard names to contain the word "keymaps" | ||||
| * | yapf: disable arithmetic predecence indication (#16749) | Ryan | 2022-03-30 | 1 | -7/+7 |
| | | |||||
| * | `qmk info`: Nicer rendering of big-ass enter (#16541) | Ryan | 2022-03-08 | 1 | -1/+35 |
| | | | | | | * `qmk info`: Nicer rendering of big-ass enter * Formatting... | ||||
| * | `qmk info`: nicer rendering of ISO enter (#16466) | Ryan | 2022-03-05 | 1 | -25/+69 |
| | | |||||
| * | expand the size of the textpad to allow for taller keyboards (#13319) | Zach White | 2021-06-24 | 1 | -1/+1 |
| | | |||||
| * | search for the readme in higher directories as well (#12997) | Zach White | 2021-05-25 | 1 | -4/+17 |
| | | |||||
| * | Fix CLI incorrectly following `DEFAULT_FOLDER` (#12529) | Nick Brassel | 2021-04-25 | 1 | -7/+12 |
| | | | | | | | | * Attempt to sort out incorrectly following DEFAULT_FOLDER. * Fix CI checks. * qmk pyformat | ||||
| * | Add support for tab completion (#12411) | Zach White | 2021-04-15 | 1 | -1/+25 |
| | | | | | | | | * Add support for tab completion * make flake8 happy * Add documentation | ||||
| * | Add support for qmk_configurator style aliases (#11954) | Zach White | 2021-03-24 | 1 | -0/+24 |
| | | | | | | | | | | * Add support for qmk_configurator style aliases * add the keyboard aliases to the api data * add support for a keyboard metadata file * make flake8 happy | ||||
| * | `qmk info`: Add `--ascii` flag (#10793) | Ryan | 2020-11-02 | 1 | -8/+29 |
| | | | | | | | | | | | | | | | | * `qmk info`: Add `--ascii` flag * Fix typo * Force ASCII for Windows/MSYS2 * Make it gooder * Remove redundant windows check * ...And this too * Make pytest work on Windows | ||||
| * | Generate api data on each push (#10609) | Zach White | 2020-10-25 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new qmk generate-api command, to generate a complete set of API data. * Generate api data and push it to the keyboard repo * fix typo * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * fixup api workflow * remove file-changes-action * use a more mainstream github action * fix yaml error * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * more uniform date handling * make flake8 happy * Update lib/python/qmk/decorators.py Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> | ||||
| * | [CLI] Add a subcommand for getting information about a keyboard (#8666) | Zach White | 2020-05-26 | 1 | -0/+111 |
| You can now use `qmk info` to get information about keyboards and keymaps. Co-authored-by: Erovia <Erovia@users.noreply.github.com> | |||||