index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-02
Produce warning if keyboard is not configured via `keyboard.json` (#23321)
Joel Challis
1
-8
/
+20
2024-03-31
Align encoder layout validation with encoder.h logic (#23330)
Joel Challis
1
-2
/
+7
2024-03-31
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-3
/
+3
2024-03-31
Fix 'qmk compile' mass_compile execution (#23296)
Joel Challis
1
-3
/
+3
2024-03-30
Migrate features and LTO from rules.mk to data driven (#23302)
Joel Challis
1
-0
/
+6
2024-03-14
`qmk new-keyboard` - detach community layout when selecting "none of the abov...
Joel Challis
1
-4
/
+14
2024-03-13
Reject duplicate matrix locations in LAYOUT macros (#23273)
Joel Challis
1
-0
/
+9
2024-03-13
Merge remote-tracking branch 'origin/master' into develop
zvecr
1
-5
/
+13
2024-03-13
Absolute paths for -kb argument should error consistently (#23262)
Joel Challis
1
-4
/
+12
2024-03-12
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-1
/
+6
2024-03-12
Flag LAYOUT macros still defined in .h files (#23260)
Joel Challis
1
-1
/
+6
2024-03-10
Enable 'keyboard.json' as a build target (#22891)
Joel Challis
5
-9
/
+24
2024-03-10
[Feature] Some metadata on QGF/QFF files (#20101)
Pablo Martínez
4
-52
/
+146
2024-03-05
Initial 'qmk test-c' functionality (#23038)
Joel Challis
3
-0
/
+48
2024-03-02
Remove cd suggestion from new-keyboard (#23194)
Joel Challis
1
-4
/
+4
2024-03-02
CLI Speed improvements. (#23189)
Nick Brassel
1
-4
/
+10
2024-02-22
Ensure `qmk generate-compilation-database` copies to userspace as well. (#23129)
Nick Brassel
2
-3
/
+6
2024-02-17
[Refactor] `qmk find` (#21096)
Pablo Martínez
2
-25
/
+90
2024-02-16
[Enhancement] Prepare for `SyntaxWarning` (#22562)
Pablo Martínez
2
-5
/
+5
2024-02-16
[Refactor] Break `QGFImageFile`'s `_save` function into smaller pieces (#21124)
Pablo Martínez
1
-136
/
+168
2024-02-12
Fix git-submodule running in wrong location (#23059)
Joel Challis
1
-4
/
+4
2024-02-08
Flag invalid keyboard features during lint (#22832)
Joel Challis
1
-0
/
+15
2024-02-01
Ensure LTO is enabled as a `info.json` build config option (#22932)
Joel Challis
1
-0
/
+3
2024-01-22
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2
-12
/
+28
2024-01-22
Move layout macro OOB checks to lint (#22610)
Joel Challis
2
-12
/
+28
2024-01-19
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-2
/
+5
2024-01-20
Copy `compile_commands.json` to userspace, if in use. (#22925)
Nick Brassel
1
-2
/
+5
2024-01-16
`qmk format-json`: Force Unix line endings and ensure LF at EOF (#22901)
Ryan
1
-2
/
+2
2024-01-14
CLI: Allow generation of both LED and RGB Matrix config (#22896)
Ryan
2
-31
/
+32
2024-01-09
Prevent `qmk migrate` processing unparsed info.json values (#22374)
Joel Challis
2
-1
/
+7
2024-01-06
Generate true/false for _DEFAULT_ON options (#22829)
Joel Challis
2
-1
/
+3
2024-01-04
Ensure LED config is extracted when feature is disabled (#22809)
Joel Challis
1
-17
/
+17
2023-12-16
Initial (#22671)
Pablo Martínez
1
-1
/
+1
2023-12-14
[Bugfix] `qmk {compile, flash}` return code (#22639)
Pablo Martínez
2
-2
/
+2
2023-12-06
Fix more `qmk generate-api` fallout from userspace support (#22619)
Sergey Vlasov
1
-1
/
+4
2023-12-06
Fix JSON keymap URLs generated by the API (#22618)
Ryan
1
-1
/
+3
2023-12-05
Avoid exceptions when layouts contain OOB matrix values (#22609)
Joel Challis
1
-2
/
+5
2023-12-02
Fix `qmk doctor` not finding binaries on Windows (#22593)
Joel Challis
1
-2
/
+2
2023-12-03
Dedup the list of tested userspace paths. (#22599)
Nick Brassel
1
-5
/
+5
2023-12-02
Don't print error message when there are no row pins and no col pins (#20104)
Purdea Andrei
1
-0
/
+3
2023-11-30
Fixup `--no-temp` for `qmk mass-compile`. (#22582)
Nick Brassel
1
-1
/
+1
2023-11-29
Fixup compilation with `qmk compile -kb zzz -km all`. (#22568)
Nick Brassel
1
-0
/
+12
2023-11-28
Attempt to fix configurator. (#22555)
Nick Brassel
1
-6
/
+7
2023-11-28
QMK Userspace (#22222)
Nick Brassel
20
-75
/
+676
2023-11-22
[CLI] Remove duplicates from search results (#22528)
Nick Brassel
2
-2
/
+13
2023-11-22
CLI parallel search updates (#22525)
Nick Brassel
5
-13
/
+26
2023-11-21
Fix `qmk find` failure due to circular imports (#22523)
Sergey Vlasov
1
-1
/
+1
2023-11-20
Enable linking of encoders to switch within layout macros (#22264)
Joel Challis
2
-1
/
+82
2023-11-19
`qmk find`: Fix failure with multiple filters (#22497)
Sergey Vlasov
1
-1
/
+1
2023-11-15
CLI refactoring for common build target APIs (#22221)
Nick Brassel
10
-285
/
+296
[prev]
[next]