Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add frameworking for development board presets (#16637) | Joel Challis | 2022-04-03 | 1 | -0/+13 |
| | | | | | | | | | * Add frameworking for development board presets * Update lib/python/qmk/info.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-30 | 2 | -9/+9 |
|\ | |||||
| * | yapf: disable arithmetic predecence indication (#16749) | Ryan | 2022-03-30 | 2 | -9/+9 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-27 | 2 | -1/+9 |
|\| | |||||
| * | CLI: Lint non-data driven macros in info.json (#16739) | Erovia | 2022-03-27 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CLI: Lint non-data driven macros in info.json Macros in info.json should either have the "matrix" key with the matrix data or should should be also present in <keyboard>.h * Add verification of matrix data * Use generic '<keyboard>.h' in output * Add keyboard name to output * Make C layout macro finding more robust The old code missed C macros if they had whitespace between '#' and 'define' or had whitespace before '#'. | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-26 | 1 | -2/+2 |
|\| | |||||
| * | Fix bug when 'info.json' lookup escapes keyboard dir (#16734) | Erovia | 2022-03-26 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-24 | 4 | -2/+159 |
|\| | |||||
| * | CLI: Add 'via2json' subcommand (#16468) | Erovia | 2022-03-24 | 4 | -2/+159 |
| | | |||||
* | | Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706) | Joel Challis | 2022-03-22 | 1 | -2/+4 |
| | | | | | | | | | | * Ignore transport defaults if SPLIT_KEYBOARD is unset * keep exists check | ||||
* | | Extend 'qmk info' to handle keymap level overrides (#16702) | Joel Challis | 2022-03-21 | 4 | -27/+58 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-19 | 1 | -2/+4 |
|\| | |||||
| * | qmk.path.FileType: fix argument handling (#16693) | Ryan | 2022-03-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | | * qmk.path.FileType: pass in mode as first argument * Better solution * Grammar... | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-18 | 6 | -122/+118 |
|\| | |||||
| * | Relocate CLI git interactions (#16682) | Joel Challis | 2022-03-18 | 6 | -122/+118 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2022-03-18 | 8 | -115/+131 |
|\| | |||||
| * | [CLI] Add common util for dumping generated content (#16674) | Joel Challis | 2022-03-18 | 8 | -115/+131 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-10 | 1 | -1/+2 |
|\| | |||||
| * | CLI: Fix 'cd' subcommand on Windows (#16610) | Erovia | 2022-03-10 | 1 | -1/+2 |
| | | | | | | | | | | | | The 'cd' subcommand was failing as the current shell's Windows path was mangled while milc processed it. Using 'subprocess' directly avoids this issue and an extra layer of subshell. | ||||
* | | Add support for encoder mapping. (#13286) | Nick Brassel | 2022-03-09 | 1 | -2/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-08 | 1 | -1/+35 |
|\| | |||||
| * | `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... | ||||
* | | Move Doxygen docs to subdirectory (#16561) | Ryan | 2022-03-07 | 1 | -3/+4 |
| | | |||||
* | | ChibiOS 21.11.1 update. (#16251) | Nick Brassel | 2022-03-07 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ChibiOS 21.11.1 update. * `uf2-tinyuf2` => `tinyuf2` * Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader. * Fixup keychron L433 boards. * Makefile cleanup. * RISC-V build fixes. * Fixup RISC-V build. | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-05 | 1 | -25/+69 |
|\| | |||||
| * | `qmk info`: nicer rendering of ISO enter (#16466) | Ryan | 2022-03-05 | 1 | -25/+69 |
| | | |||||
* | | Map data driven `DESCRIPTION` as string literal (#16523) | Ryan | 2022-03-05 | 1 | -1/+1 |
| | | |||||
* | | Change data driven "str" type to represent a quoted string literal (#16516) | Ryan | 2022-03-04 | 3 | -5/+18 |
| | | | | | | | | | | * Change data driven "str" type to represent a quoted string literal * Update docs | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-28 | 5 | -17/+41 |
|\| | |||||
| * | CLI: Validate JSON keymap input (#16261) | Erovia | 2022-02-28 | 5 | -17/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix schema validator It should use the passed schema. * Add required attributes to keymap schema * Rework subcommands to validate the JSON keymaps The 'compile', 'flash' and 'json2c' subcommands were reworked to add JSON keymap validation so error is reported for non-JSON and non-compliant-JSON inputs. * Fix required fields in keymap schema * Add tests * Fix compiling keymaps directly from keymap directory * Schema should not require version for now. | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-27 | 4 | -27/+32 |
|\| | |||||
| * | Fix issues with data driven split keyboards (#16457) | Joel Challis | 2022-02-27 | 4 | -27/+32 |
| | | |||||
* | | Rework generate-api CLI command to use .build directory (#16441) | Joel Challis | 2022-02-27 | 2 | -8/+22 |
|/ | |||||
* | Revert CLI default for manufacturer (#16467) | Joel Challis | 2022-02-27 | 1 | -1/+0 |
| | |||||
* | Changelog 2022q1 (#16380) | Joel Challis | 2022-02-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | * Initial changelog pass * update generate-develop-pr-list content * Fix bad word-ness * Fix generate-develop-pr-list ignores * Update docs/ChangeLog/20220226.md Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-22 | 1 | -1/+2 |
|\ | |||||
| * | Format code according to conventions (#16435) | QMK Bot | 2022-02-22 | 1 | -1/+2 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-02-22 | 1 | -6/+10 |
|\| | |||||
| * | Internal docs generation updates (#16411) | Ryan | 2022-02-21 | 1 | -6/+10 |
| | | |||||
* | | Various fixes for new-keyboard (#16358) | Joel Challis | 2022-02-15 | 2 | -1/+10 |
| | | |||||
* | | CLI: Minor additions #12795 (#16276) | Erovia | 2022-02-14 | 2 | -52/+76 |
| | | |||||
* | | Migrate more makefile utilities to builddefs sub-directory (#16002) | Joel Challis | 2022-02-10 | 2 | -2/+2 |
| | | |||||
* | | Initial pass at data driven new-keyboard subcommand (#12795) | Joel Challis | 2022-02-09 | 2 | -89/+206 |
| | | | | | | | | | | | | | | | | | | * Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory | ||||
* | | Skip categorisation of PR if it's only for code formatting. (#16215) | Nick Brassel | 2022-02-05 | 1 | -1/+11 |
| | | |||||
* | | Ensure `version.h` is recreated each build. (#16188) | Nick Brassel | 2022-02-04 | 1 | -0/+3 |
| | | |||||
* | | Fix issues with Python Tests (#16162) | Drashna Jaelre | 2022-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * Reformat python due to yapf changes * Fix pytest keymap list test * revert formatting * Use contra, because, well https://www.reddit.com/r/MechanicalKeyboards/comments/8riofq/did_i_kill_my_contra/ | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-02 | 2 | -1/+14 |
|\| | |||||
| * | `qmk doctor`: display qmk_firmware version tag (#16155) | Ryan | 2022-02-01 | 2 | -1/+14 |
| | | |||||
* | | Fixup multibuild filegen (#16166) | Nick Brassel | 2022-02-02 | 1 | -1/+2 |
| | | | | | | | | | | * Add env variable support to multibuild. * Generate version.h in build-specific location. | ||||
* | | Add L432, L442. (#16016) | Nick Brassel | 2022-01-24 | 1 | -1/+1 |
| | |