summaryrefslogtreecommitdiff
path: root/lib/python/qmk
AgeCommit message (Expand)AuthorFilesLines
2025-11-28QMK CLI Environment bootstrapper (#25038)Nick Brassel7-31/+154
2025-11-19Short term fix for skip_converter KeyError in 'qmk userspace-add' (#25798)Joel Challis1-0/+1
2025-11-17Fix detection of hid bootloader flashing tool (#25790)Joel Challis1-0/+1
2025-11-08Add LED index map to `qmk info` cli command (#25743)Carlos Eduardo1-0/+46
2025-09-09Print build failures with `qmk mass-compile` and `qmk userspace-compile` if r...Nick Brassel2-4/+30
2025-08-09Fix serial speed DD configuration & migrate keyboards (#25546)Jack Sangdahl1-0/+3
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-07-16Allow `qmk flash <filename>` to flash AT32 boards (#25497)Joel Challis1-3/+3
2025-07-14Only userspace should be searched for keyboard aliases when locating keymaps ...Joel Challis1-9/+6
2025-06-27Add MATRIX_MASKED DD config (#25383)Joel Challis2-15/+20
2025-06-15Merge remote-tracking branch 'origin/master' into developQMK Bot1-5/+8
2025-06-15More compiledb fixes. (#25355)Nick Brassel1-5/+8
2025-06-11Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2025-06-11Specify language standard when generating compilation database. (#25354)Nick Brassel1-2/+2
2025-06-09Remove `DEFAULT_FOLDER` handling (#23281)Joel Challis7-51/+15
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez1-2/+4
2025-05-19Use relative paths for schemas, instead of $id. Enables VScode validation. (#...Nick Brassel1-0/+5
2025-05-19[Core] STM32G0x1 support (#24301)Stefan Kerkmann1-1/+2
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 Brassel3-168/+145
2025-05-05Ensure `qmk_userspace_paths` maintains detected order (#25204)Joel Challis1-5/+6
2025-05-05Resolve alias for `qmk new-keymap` keyboard prompts (#25210)Joel Challis1-1/+3
2025-05-05Generate versions to keycode headers (#25219)Joel Challis2-0/+17
2025-05-05Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+6
2025-05-05Workaround for resolving keyboard alias for config file values (#25228)Joel Challis1-1/+6
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 Challis3-48/+69
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 Challis2-4/+9
2025-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot3-14/+15
2025-04-09More Windows->Unix style path fixes. (#25119)Nick Brassel3-14/+15
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-04-01Add "license" field to Community Module JSON schema. (#25085)Pascal Getreuer1-3/+5
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 Brassel2-3/+25
2025-02-26Community modules (#24848)Nick Brassel11-36/+481
2025-02-16Reject readme dummy content (#24913)Joel Challis1-1/+47
2025-02-12Extend lint to reject 'blank' files (#23994)Joel Challis2-34/+84
2025-02-08Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1