| Commit message (Expand) | Author | Age | Files | Lines |
* | Update json2c to use dump_lines (#21013) | Joel Challis | 2023-05-22 | 1 | -2/+2 |
* | Fix `test_json2c_no_json()` (#20756) | Ryan | 2023-05-06 | 1 | -1/+1 |
* | Remove `FLIP_HALF` layouts and move to data driven (#20588) | Ryan | 2023-04-30 | 1 | -2/+6 |
* | JSON encoder: improve sorting of layout dict keys (#19974) | Ryan | 2023-03-13 | 1 | -2/+2 |
* | Macro keycode name refactoring (#18958) | Nick Brassel | 2022-11-05 | 1 | -2/+2 |
* | Normalise info_config.h define generation (#18439) | Ryan | 2022-09-21 | 1 | -10/+10 |
* | Tidy up LAYOUT macro generation (#18262) | Joel Challis | 2022-09-19 | 1 | -6/+0 |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | 2022-08-28 | 1 | -2/+2 |
* | Fix test logic to check for both keymaps (#17761) | Niko Wenselowski | 2022-07-23 | 1 | -5/+10 |
* | Add support for linting deprecated and removed functionality (#17063) | Joel Challis | 2022-06-09 | 1 | -1/+0 |
* | Map data driven `DESCRIPTION` as string literal (#16523) | Ryan | 2022-03-05 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-28 | 1 | -0/+12 |
|\ |
|
| * | CLI: Validate JSON keymap input (#16261) | Erovia | 2022-02-28 | 1 | -0/+12 |
* | | Rework generate-api CLI command to use .build directory (#16441) | Joel Challis | 2022-02-27 | 1 | -1/+1 |
|/ |
|
* | Fix issues with Python Tests (#16162) | Drashna Jaelre | 2022-02-02 | 1 | -1/+1 |
* | Macros in JSON keymaps (#14374) | Zach White | 2021-11-22 | 1 | -0/+8 |
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2021-11-19 | 1 | -2/+2 |
|\ |
|
| * | Add diff logic to python format subcommand (#15156) | Joel Challis | 2021-11-17 | 1 | -2/+2 |
* | | Map `PRODUCT` define to `keyboard_name` (#14372) | Ryan | 2021-11-05 | 1 | -5/+5 |
* | | Remove bin/qmk (#14231) | Zach White | 2021-08-29 | 1 | -1/+1 |
|/ |
|
* | Remove references to info.json `width` and `height` in CLI (#13728) | Ryan | 2021-07-29 | 1 | -2/+2 |
* | CLI/Docs: Fix the format commands' name (#13668) | Erovia | 2021-07-23 | 1 | -6/+6 |
* | CLI: Add subcommand to generate version.h (#13151) | Ryan | 2021-06-27 | 1 | -0/+6 |
* | Merge remote-tracking branch 'origin/master' into develop | Zach White | 2021-05-19 | 1 | -5/+4 |
|\ |
|
| * | Align our subprocess usage with current best practices. (#12940) | Zach White | 2021-05-19 | 1 | -5/+4 |
* | | Use milc.subcommand.config instead of qmk.cli.config (#12915) | Zach White | 2021-05-16 | 1 | -6/+0 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-05-10 | 1 | -3/+13 |
|\| |
|
| * | Improve our CI tests (#11476) | Zach White | 2021-05-10 | 1 | -3/+13 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -0/+24 |
|\| |
|
| * | Add a `qmk format-json` command that will format JSON files (#12372) | Zach White | 2021-03-25 | 1 | -0/+24 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-24 | 1 | -2/+2 |
|\| |
|
| * | Add support for qmk_configurator style aliases (#11954) | Zach White | 2021-03-24 | 1 | -2/+2 |
* | | Begin the process of deprecating bin/qmk in favor of the global cli (#12109) | Zach White | 2021-03-07 | 1 | -2/+2 |
|/ |
|
* | Fix develop (#12039) | Zach White | 2021-02-27 | 1 | -1/+1 |
* | Create a system to map between info.json and config.h/rules.mk (#11548) | Zach White | 2021-01-31 | 1 | -0/+29 |
* | Migrate python tests away from onekey (#11367) | Joel Challis | 2021-01-05 | 1 | -31/+37 |
* | [CLI] Add stdin support for json2c command (#11289) | LongerHV | 2020-12-29 | 1 | -1/+28 |
* | CLI-ify rgblight_breathing_table_calc.c (#11174) | Ryan | 2020-12-16 | 1 | -0/+7 |
* | Reduce travis load by replacing an exclusive grep with an inclusive grep (#10... | Zach White | 2020-11-30 | 1 | -1/+1 |
* | CLI: Udev related fixes and improvements (#10736) | Erovia | 2020-11-16 | 1 | -12/+12 |
* | CLI: Add `qmk clean` (#10785) | Ryan | 2020-11-04 | 1 | -0/+6 |
* | `qmk info`: Add `--ascii` flag (#10793) | Ryan | 2020-11-02 | 1 | -2/+15 |
* | [CLI] Add c2json (#8817) | Erovia | 2020-10-06 | 1 | -2/+20 |
* | CLI: update subcommands to use return instead of exit() (#10323) | Ryan | 2020-10-06 | 1 | -1/+2 |
* | Parse version better in `qmk doctor` GCC version checks (#9324) | Ryan | 2020-06-18 | 1 | -4/+4 |
* | [CLI] Add a subcommand for getting information about a keyboard (#8666) | Zach White | 2020-05-26 | 1 | -21/+83 |
* | CLI: fix `json2c` subcommand and add/fix tests (#9206) | Erovia | 2020-05-26 | 1 | -0/+6 |
* | Adding unit tests for list-keymaps command (#7711) | codecoffeecode | 2020-05-16 | 1 | -10/+26 |
* | CLI: More MSYS2 fixes (#8577) | Erovia | 2020-03-29 | 1 | -1/+2 |
* | New functionality for cformat (#7893) | Akaash Suresh | 2020-02-22 | 1 | -1/+2 |