summaryrefslogtreecommitdiff
path: root/lib
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 Bot3-6/+6
2025-12-01Fix python format warnings (#25841)Joel Challis3-6/+6
2025-11-27Merge remote-tracking branch 'origin/master' into developQMK Bot7-31/+154
2025-11-28QMK CLI Environment bootstrapper (#25038)Nick Brassel7-31/+154
2025-11-23Better defaulting of `{RGB,LED}_MATRIX_DEFAULT_FLAGS` (#25785)Joel Challis1-5/+26
2025-11-23[core] add BCD versions of QMK Version (#25804)Xelus222-0/+14
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-17Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+1
2025-11-17Fix detection of hid bootloader flashing tool (#25790)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 Challis2-20/+31
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-10-28Update ChibiOS-Contrib. (#25751)Nick Brassel1-0/+0
2025-09-22Add generic handling to cycle LED/RGB Matrix flags (#24649)Joel Challis1-0/+8
2025-09-12Generate default encoder resolution for sparse config (#25247)Joel Challis1-4/+5
2025-09-12Add DIP Switch map support to keymap.json (#25431)Joel Challis3-0/+23
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ínez2-6/+9
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 Kerkmann2-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