summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli
AgeCommit message (Expand)AuthorFilesLines
2026-01-20Fix avrdude version check logic (#25957)Joel Challis1-2/+4
2026-01-07Handle broken symlinks in `qmk doctor` udev checks (#25934)Joel Challis1-1/+1
2025-12-01Merge remote-tracking branch 'origin/master' into developQMK Bot1-3/+3
2025-12-01Fix python format warnings (#25841)Joel Challis1-3/+3
2025-11-27Merge remote-tracking branch 'origin/master' into developQMK Bot3-24/+143
2025-11-28QMK CLI Environment bootstrapper (#25038)Nick Brassel3-24/+143
2025-11-23[core] add BCD versions of QMK Version (#25804)Xelus221-0/+4
2025-11-23Fix preference of output file for 'qmk generate-autocorrect-data' (#25818)Joel Challis1-3/+3
2025-11-22[CLI] Lint error on missing keyboard readme (#25814)Jack Sangdahl1-0/+4
2025-11-19Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+1
2025-11-19Short term fix for skip_converter KeyError in 'qmk userspace-add' (#25798)Joel Challis1-0/+1
2025-11-12Add return code to `qmk userspace-doctor` (#25775)Joel Challis1-1/+3
2025-11-08Generate `CUSTOM_MATRIX = lite` without `matrix_pins.custom` (#25453)Joel Challis1-5/+4
2025-11-08Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+46
2025-11-08Add LED index map to `qmk info` cli command (#25743)Carlos Eduardo1-0/+46
2025-09-12Generate default encoder resolution for sparse config (#25247)Joel Challis1-4/+5
2025-09-09Print build failures with `qmk mass-compile` and `qmk userspace-compile` if r...Nick Brassel2-4/+30
2025-08-03Merge remote-tracking branch 'origin/master' into developQMK Bot1-6/+12
2025-08-03Improve 'new-keymap' error handling when default keymap is missing (#25536)Joel Challis1-6/+12
2025-07-17Ensure keyboard aliases do not point to themselves (#25500)Joel Challis1-1/+20
2025-06-27Add MATRIX_MASKED DD config (#25383)Joel Challis1-15/+0
2025-06-09Remove `DEFAULT_FOLDER` handling (#23281)Joel Challis4-10/+5
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez1-2/+4
2025-05-12Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer1-36/+39
2025-05-06Deprecate `qmk generate-compilation-database`. (#25237)Nick Brassel1-167/+7
2025-05-05Resolve alias for `qmk new-keymap` keyboard prompts (#25210)Joel Challis1-1/+3
2025-05-05Generate versions to keycode headers (#25219)Joel Challis1-0/+16
2025-05-05Add additional hooks for Community modules (#25050)Drashna Jaelre1-0/+10
2025-04-24Extend lint checks to reject duplication of defaults (#25149)Joel Challis1-0/+31
2025-04-23Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+5
2025-04-23Update 'qmk generate-api' to only publish pure DD keymaps (#24782)Joel Challis1-0/+5
2025-04-23Avoid duplication in generated community modules `rules.mk` (#25135)Joel Challis2-35/+66
2025-04-22Prompt for converter when creating new keymap (#25116)Joel Challis1-1/+55
2025-04-21Add lint warning for empty url (#25182)Joel Challis1-0/+11
2025-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot1-10/+16
2025-04-20Fix 'Would you like to clone the submodules?' prompt under msys (#24958)Joel Challis1-10/+16
2025-04-11Exclude external userspace from lint checking (#24680)Joel Challis1-1/+1
2025-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2025-04-09More Windows->Unix style path fixes. (#25119)Nick Brassel1-2/+2
2025-04-05Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2025-04-06Fix 'qmk lint -kb' argument handling (#25093)Joel Challis1-2/+2
2025-03-26[Modules] Provide access to current path in `rules.mk`. (#25061)Nick Brassel1-0/+2
2025-03-21[Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann2-40/+0
2025-03-20Align to latest CLI dependencies (#24553)Joel Challis1-1/+1
2025-03-19Fixup MSYS + unix-style paths in Community Modules. (#25012)Nick Brassel1-2/+2
2025-02-26Community modules (#24848)Nick Brassel6-8/+322
2025-02-16Reject readme dummy content (#24913)Joel Challis1-1/+47
2025-02-12Extend lint to reject 'blank' files (#23994)Joel Challis1-31/+81
2025-02-08Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2025-02-08Avoid WindowsPath errors for 'qmk format-text' (#24905)Joel Challis1-1/+1