aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python
Commit message (Collapse)AuthorAgeFilesLines
* Fix `qmk flash` handling of paths relative to qmk_firmware (#25993)Joel Challis2026-02-131-1/+13
|
* Allow json keymaps to include a user provided keymap.h (#25987)Joel Challis2026-02-091-0/+7
|
* Fix avrdude version check logic (#25957)Joel Challis2026-01-201-2/+4
|
* Handle broken symlinks in `qmk doctor` udev checks (#25934)Joel Challis2026-01-071-1/+1
| | | Handle broken symlinks in 'qmk doctor' udev checks
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-12-013-6/+6
|\
| * Fix python format warnings (#25841)Joel Challis2025-12-013-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-277-31/+154
|\|
| * QMK CLI Environment bootstrapper (#25038)Nick Brassel2025-11-277-31/+154
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pascal Getreuer <getreuer@google.com>
* | Better defaulting of `{RGB,LED}_MATRIX_DEFAULT_FLAGS` (#25785)Joel Challis2025-11-231-5/+26
| |
* | [core] add BCD versions of QMK Version (#25804)Xelus222025-11-232-0/+14
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Fix preference of output file for 'qmk generate-autocorrect-data' (#25818)Joel Challis2025-11-231-3/+3
| |
* | [CLI] Lint error on missing keyboard readme (#25814)Jack Sangdahl2025-11-221-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-191-0/+1
|\|
| * Short term fix for skip_converter KeyError in 'qmk userspace-add' (#25798)Joel Challis2025-11-191-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-171-0/+1
|\|
| * Fix detection of hid bootloader flashing tool (#25790)Joel Challis2025-11-171-0/+1
| |
* | Add return code to `qmk userspace-doctor` (#25775)Joel Challis2025-11-111-1/+3
| |
* | Generate `CUSTOM_MATRIX = lite` without `matrix_pins.custom` (#25453)Joel Challis2025-11-082-20/+31
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-081-0/+46
|\|
| * Add LED index map to `qmk info` cli command (#25743)Carlos Eduardo2025-11-081-0/+46
| |
* | Add generic handling to cycle LED/RGB Matrix flags (#24649)Joel Challis2025-09-221-0/+8
| |
* | Generate default encoder resolution for sparse config (#25247)Joel Challis2025-09-121-4/+5
| |
* | Add DIP Switch map support to keymap.json (#25431)Joel Challis2025-09-123-0/+23
|/
* Print build failures with `qmk mass-compile` and `qmk userspace-compile` if ↵Nick Brassel2025-09-092-4/+30
| | | | requested (`-p`/`--print-failures`) (#25518)
* Fix serial speed DD configuration & migrate keyboards (#25546)Jack Sangdahl2025-08-101-0/+3
| | | | | | | | * Fix serial speed DD configuration - Fixes incorrect SOFT_SERIAL_SPEED mapping - Renames key split.soft_serial_speed -> split.serial.speed - Migrates keyoards that configure this, and remove configuration from keyboards that do not differ from the default behaviour - Add deprecation notice and migration support
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-08-031-6/+12
|\
| * Improve 'new-keymap' error handling when default keymap is missing (#25536)Joel Challis2025-08-031-6/+12
| |
* | Ensure keyboard aliases do not point to themselves (#25500)Joel Challis2025-07-171-1/+20
| |
* | Allow `qmk flash <filename>` to flash AT32 boards (#25497)Joel Challis2025-07-161-3/+3
| |
* | Only userspace should be searched for keyboard aliases when locating keymaps ↵Joel Challis2025-07-141-9/+6
| | | | | | | | (#25477)
* | Add MATRIX_MASKED DD config (#25383)Joel Challis2025-06-272-15/+20
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-06-151-5/+8
|\|
| * More compiledb fixes. (#25355)Nick Brassel2025-06-151-5/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-06-111-2/+2
|\|
| * Specify language standard when generating compilation database. (#25354)Nick Brassel2025-06-111-2/+2
| |
* | Remove `DEFAULT_FOLDER` handling (#23281)Joel Challis2025-06-097-51/+15
|/
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-221-2/+4
|
* Use relative paths for schemas, instead of $id. Enables VScode validation. ↵Nick Brassel2025-05-191-0/+5
| | | | (#25251)
* [Core] STM32G0x1 support (#24301)Stefan Kerkmann2025-05-191-1/+2
|
* Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-121-36/+39
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Deprecate `qmk generate-compilation-database`. (#25237)Nick Brassel2025-05-063-168/+145
|
* Ensure `qmk_userspace_paths` maintains detected order (#25204)Joel Challis2025-05-051-5/+6
|
* Resolve alias for `qmk new-keymap` keyboard prompts (#25210)Joel Challis2025-05-051-1/+3
|
* Generate versions to keycode headers (#25219)Joel Challis2025-05-052-0/+17
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-051-1/+6
|\
| * Workaround for resolving keyboard alias for config file values (#25228)Joel Challis2025-05-051-1/+6
| |
* | Add additional hooks for Community modules (#25050)Drashna Jaelre2025-05-051-0/+10
| |
* | Extend lint checks to reject duplication of defaults (#25149)Joel Challis2025-04-241-0/+31
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-231-0/+5
|\|
| * Update 'qmk generate-api' to only publish pure DD keymaps (#24782)Joel Challis2025-04-231-0/+5
| |