summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-101-1/+2
|\|
| * CLI: Fix 'cd' subcommand on Windows (#16610)Erovia2022-03-101-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 Brassel2022-03-091-2/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-081-1/+35
|\|
| * `qmk info`: Nicer rendering of big-ass enter (#16541)Ryan2022-03-081-1/+35
| | | | | | | | | | * `qmk info`: Nicer rendering of big-ass enter * Formatting...
* | Move Doxygen docs to subdirectory (#16561)Ryan2022-03-071-3/+4
| |
* | ChibiOS 21.11.1 update. (#16251)Nick Brassel2022-03-072-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 developQMK Bot2022-03-051-25/+69
|\|
| * `qmk info`: nicer rendering of ISO enter (#16466)Ryan2022-03-051-25/+69
| |
* | Map data driven `DESCRIPTION` as string literal (#16523)Ryan2022-03-051-1/+1
| |
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-043-5/+18
| | | | | | | | | | * Change data driven "str" type to represent a quoted string literal * Update docs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-285-17/+41
|\|
| * CLI: Validate JSON keymap input (#16261)Erovia2022-02-285-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 developQMK Bot2022-02-274-27/+32
|\|
| * Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-274-27/+32
| |
* | Rework generate-api CLI command to use .build directory (#16441)Joel Challis2022-02-272-8/+22
|/
* Revert CLI default for manufacturer (#16467)Joel Challis2022-02-271-1/+0
|
* Changelog 2022q1 (#16380)Joel Challis2022-02-231-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 developQMK Bot2022-02-221-1/+2
|\
| * Format code according to conventions (#16435)QMK Bot2022-02-221-1/+2
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-221-6/+10
|\|
| * Internal docs generation updates (#16411)Ryan2022-02-211-6/+10
| |
* | Various fixes for new-keyboard (#16358)Joel Challis2022-02-152-1/+10
| |
* | CLI: Minor additions #12795 (#16276)Erovia2022-02-142-52/+76
| |
* | Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-102-2/+2
| |
* | Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-092-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 Brassel2022-02-051-1/+11
| |
* | Ensure `version.h` is recreated each build. (#16188)Nick Brassel2022-02-041-0/+3
| |
* | Fix issues with Python Tests (#16162)Drashna Jaelre2022-02-021-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 developQMK Bot2022-02-022-1/+14
|\|
| * `qmk doctor`: display qmk_firmware version tag (#16155)Ryan2022-02-012-1/+14
| |
* | Fixup multibuild filegen (#16166)Nick Brassel2022-02-021-1/+2
| | | | | | | | | | * Add env variable support to multibuild. * Generate version.h in build-specific location.
* | Add L432, L442. (#16016)Nick Brassel2022-01-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-201-1/+1
|\|
| * Add missing STM32F405 definition in qmk.constants (#15937)Gigahawk2022-01-211-1/+1
| |
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-172-0/+27
| | | | | | | | | | * CLI: Parse USB device version BCD * Apply suggestions
* | Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-6/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-031-5/+4
|\|
| * Refix "No C files in filelist: None" (#15728)Joel Challis2022-01-031-5/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-032-11/+14
|\|
| * Fix "No C files in filelist: None" (#15560)Joel Challis2022-01-032-11/+14
| | | | | | | | | | | | | | * Fix "No C files in filelist: None" * Align other commands * force absolute paths
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-291-1/+2
|\|
| * Fix compilation-database command under MSYS (#15652)Joel Challis2021-12-301-1/+2
| | | | | | | | | | * Fix compilation-database command under MSYS * Add comment
* | Use the PR title rather than parsing the commit message. (#15537)Nick Brassel2021-12-221-1/+1
|/
* Add test filter to 'qmk pytest' (#15432)Joel Challis2021-12-091-1/+2
| | | | | | | * Add test filter to 'qmk pytest' * Bodge for some test filters not resolving qmk * Update docs
* Fix 'format-c --core-only' matching keyboard level folders (#15337)Joel Challis2021-11-291-1/+1
|
* Changelog 2021q4 (#15325)Nick Brassel2021-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Changelog. * Remove the asymmetric encoder PR from listing due to revert. * More docs * More docs * More docs * Links to changelog, updated schedule, slotted in 2 weeks of testing at the end so that there's no ambiguity with PR merge dates. * Clarify keyboard moves. * Fix dates * Sidebar * Fixup dates. * Fixup dates. * Wording.
* Westberrytech pr (#14422)Joy Lee2021-11-272-1/+3
| | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-231-4/+5
|\
| * qmk format-python - filter for Python files (#15271)Joel Challis2021-11-231-4/+5
| | | | | | | | | | * qmk format-python filter all files * filter changed files too