| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Allow inline generation of compile_commands.json while doing a `qmk ↵ | Nick Brassel | 2023-09-28 | 1 | -31/+32 | |
| | | | | | | | | | compile`, using `--compiledb` (#21549) | |||||
| * | | Generate keymap.json config options more forcefully (#21960) | Joel Challis | 2023-09-13 | 2 | -10/+21 | |
| |/ | ||||||
| * | keycode aliases: work around ChibiOS ch.h include guard (#21497) | Ryan | 2023-07-31 | 1 | -0/+5 | |
| | | ||||||
| * | CLI: Improve error messages when layout key matrix row/col is OOB (#21640) | Ryan | 2023-07-31 | 1 | -5/+10 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-20 | 1 | -9/+8 | |
| |\ | ||||||
| | * | `qmk generate-make-dependencies` improvements (#21001) | Nick Brassel | 2023-05-20 | 1 | -9/+8 | |
| | | | | | | | | | | | * Recommendations from @sigprof * Fix CI tests | |||||
| * | | `qmk format-json`: Expose full key path and respect `sort_keys` (#20836) | Ryan | 2023-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix English word list retrieval in qmk generate-autocorrect-data (#20915) | Peter | 2023-05-20 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2023-05-15 | 1 | -0/+56 | |
| |\| | ||||||
| | * | Generate `make` dependency file during build for info.json's etc. (#20451) | Nick Brassel | 2023-05-15 | 1 | -0/+56 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-09 | 1 | -3/+5 | |
| |\| | ||||||
| | * | Add autocomplete to generate-compilation-database (#20387) | Dasky | 2023-04-09 | 1 | -3/+5 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-07 | 1 | -1/+3 | |
| |\| | ||||||
| | * | Avoid generating empty ENCODER_RESOLUTION (#20179) | Joel Challis | 2023-04-07 | 1 | -1/+3 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-03-29 | 1 | -12/+11 | |
| |\| | ||||||
| | * | Minify content published to API (#20285) | Joel Challis | 2023-03-29 | 1 | -12/+11 | |
| | | | ||||||
| * | | Custom keycodes in JSON (#19925) | Joel Challis | 2023-03-27 | 2 | -6/+44 | |
| | | | ||||||
| * | | Remove some use of keymap.h (#19980) | Joel Challis | 2023-03-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Tidy up use of keycode range helpers (#19813) | Joel Challis | 2023-02-12 | 1 | -0/+2 | |
| | | ||||||
| * | Typographic updates to source generation (#19160) | Jouke Witteveen | 2023-02-10 | 2 | -23/+22 | |
| | | ||||||
| * | Tidy up use of keycode range helpers (#19756) | Joel Challis | 2023-02-10 | 1 | -1/+9 | |
| | | ||||||
| * | Add commit info to `version.h` (#19542) | Pablo Martínez | 2023-02-02 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit * Fix import order * Fix deleted code instead of debug print line * Format * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Ryan <fauxpark@gmail.com> * Renaming * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/git.py Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | |||||
| * | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-01-30 | 1 | -43/+39 | |
| |\ | ||||||
| | * | Clean up `qmk generate-autocorrect-data` (#19710) | Ryan | 2023-01-30 | 1 | -43/+39 | |
| | | | ||||||
| * | | Publish keymap.json to API (#19167) | Joel Challis | 2023-01-20 | 1 | -17/+32 | |
| | | | ||||||
| * | | Fix CLI community detection (#19562) | Joel Challis | 2023-01-11 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-06 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508) | Sergey Vlasov | 2023-01-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | The code which generated the MATRIX_COLS and MATRIX_ROWS defines from the JSON information was checking the presence of the `matrix_pins` key, which may not exist if a custom matrix is used. Check the presence of `matrix_size` instead. | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-23 | 1 | -25/+24 | |
| |\| | ||||||
| | * | Minor alignment of rgb_breathe_table generator (#19403) | Joel Challis | 2022-12-23 | 1 | -25/+24 | |
| | | | ||||||
| * | | Remaining DD keymap_extras migration (#19110) | Joel Challis | 2022-12-22 | 1 | -3/+4 | |
| | | | | | | | | | | | * Parse headers to data * Regen headers from data | |||||
| * | | [Test] Reset timer for every unit test and provide timestamps for log ↵ | Stefan Kerkmann | 2022-12-14 | 1 | -0/+39 | |
| | | | | | | | | | messages (#17028) | |||||
| * | | Initial uk+us DD keymap_extras migration (#19031) | Joel Challis | 2022-12-09 | 2 | -1/+62 | |
| |/ | ||||||
| * | Publish constants metadata to API (#19143) | Joel Challis | 2022-11-23 | 1 | -0/+20 | |
| | | | | | | * Publish metadata * Ensure content is sorted | |||||
| * | Revert "Add pointing device support to data driven config (#18215)" (#19063) | Drashna Jaelre | 2022-11-15 | 1 | -13/+0 | |
| | | ||||||
| * | Add pointing device support to data driven config (#18215) | Drashna Jaelre | 2022-11-13 | 1 | -0/+13 | |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | |||||
| * | Publish hjson files as json (#18996) | Joel Challis | 2022-11-08 | 1 | -1/+18 | |
| | | ||||||
| * | Format DD mappings and schemas (#18924) | Ryan | 2022-11-08 | 3 | -3/+3 | |
| | | ||||||
| * | Initial DD keycode migration (#18643) | Joel Challis | 2022-11-05 | 2 | -0/+102 | |
| | | | | | | * Initial DD keycode migration * Sort magic keycodes | |||||
| * | Add converter support to keymap.json (#18776) | Joel Challis | 2022-10-21 | 2 | -2/+7 | |
| | | ||||||
| * | Build correctly when out of tree (#18775) | Joel Challis | 2022-10-19 | 2 | -18/+30 | |
| | | ||||||
| * | Generate DD RGBLight/LED/RGB Matrix animation defines (#18459) | Ryan | 2022-09-26 | 1 | -0/+15 | |
| | | ||||||
| * | Normalise info_config.h define generation (#18439) | Ryan | 2022-09-21 | 1 | -83/+31 | |
| | | | | | | | | | | | | | | * Normalise info_config.h define generation * format * Fix tests * Update lib/python/qmk/cli/generate/config_h.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| * | Tidy up LAYOUT macro generation (#18262) | Joel Challis | 2022-09-19 | 2 | -94/+59 | |
| | | ||||||
| * | [Core] Add getreuer's Autocorrect feature to core (#15699) | Drashna Jaelre | 2022-09-17 | 1 | -0/+289 | |
| | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> | |||||
| * | Disconnect `usb.device_ver` (#18259) | Ryan | 2022-09-16 | 1 | -6/+0 | |
| | | ||||||
| * | Handle escaping of manufacturer/product strings (#18194) | Ryan | 2022-08-28 | 1 | -1/+2 | |
| | | ||||||
| * | Update LUFA submodule (#18168) | Ryan | 2022-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | Publish data as part of API generation (#17020) | Joel Challis | 2022-08-06 | 1 | -14/+23 | |
| | | ||||||
| * | More DD encoder fixes (#17615) | Joel Challis | 2022-07-11 | 1 | -3/+5 | |
| | | ||||||