summaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-08Avoid WindowsPath errors for 'qmk format-text' (#24905)Joel Challis1-1/+1
2025-02-01`qmk docs`: restore `--port` and `--browser` arguments (#24623)Ryan3-11/+12
2025-01-30Resolve keyboard_aliases when processing keyboard make targets (#24834)Joel Challis2-0/+17
2025-01-29Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+7
2025-01-30Reject keyboard.json next to info.json (#24882)Joel Challis1-0/+7
2025-01-27[Core] Add Chordal Hold, an "opposite hands rule" tap-hold option similar to ...Pascal Getreuer1-5/+133
2025-01-20Update via2json layout macro searching (#24640)Joel Challis1-20/+12
2025-01-10Ensure `qmk flash` rejects invalid files for uf2 compatible bootloaders (#24802)Joel Challis1-1/+6
2025-01-01Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2025-01-01Fix g_led_config parse warning (#24769)Joel Challis1-2/+2
2024-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot1-13/+14
2024-12-28Skip parsing g_led_config when matrix_size is missing (#24739)Joel Challis1-13/+14