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
/
qmk
/
commands.py
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-09
More Windows->Unix style path fixes. (#25119)
Nick Brassel
1
-1
/
+2
2025-02-26
Community modules (#24848)
Nick Brassel
1
-1
/
+4
2024-11-24
Allow codegen of `keymap.json` => `keymap.c` without requiring layers/layout ...
Nick Brassel
1
-1
/
+1
2024-08-12
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-1
/
+6
2024-08-12
Userspace: add support for adding environment variables during build (#22887)
Nick Brassel
1
-1
/
+6
2024-07-24
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-0
/
+6
2024-07-24
[CLI] Only generate files if contents change. (#24038)
Nick Brassel
1
-0
/
+6
2024-06-19
[CLI] Force `dump_lines()` to always use Unix line endings (#23954)
Ryan
1
-1
/
+3
2024-06-15
[CLI] Don't `exit()` when certain exceptions occur. (#23442)
Nick Brassel
1
-1
/
+2
2023-11-28
QMK Userspace (#22222)
Nick Brassel
1
-0
/
+6
2023-11-22
CLI parallel search updates (#22525)
Nick Brassel
1
-2
/
+2
2023-11-15
CLI refactoring for common build target APIs (#22221)
Nick Brassel
1
-162
/
+2
2023-10-06
Add `qmk ci-validate-aliases` (#22205)
Nick Brassel
1
-4
/
+7
2023-08-01
Remove layout aliases from keyboard_aliases.hjson (#21658)
Joel Challis
1
-3
/
+0
2023-06-21
Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (#21272)
Nick Brassel
1
-15
/
+11
2023-04-03
Append user variables to the end of make command (#20177)
Albert Y
1
-3
/
+3
2023-03-21
Increase verbosity of make command (#20172)
Albert Y
1
-0
/
+3
2022-11-08
Format DD mappings and schemas (#18924)
Ryan
1
-1
/
+1
2022-10-20
[CLI] Ensure consistent clean behaviour (#18781)
Joel Challis
1
-3
/
+32
2022-10-19
Correctly build keymap.json containing additional config (#18766)
Joel Challis
1
-5
/
+4
2022-03-18
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-104
/
+1
2022-03-18
Relocate CLI git interactions (#16682)
Joel Challis
1
-104
/
+1
2022-03-18
Merge remote-tracking branch 'origin/master' into develop
zvecr
1
-37
/
+17
2022-03-18
[CLI] Add common util for dumping generated content (#16674)
Joel Challis
1
-37
/
+17
2022-02-28
CLI: Validate JSON keymap input (#16261)
Erovia
1
-4
/
+15
2022-02-10
Migrate more makefile utilities to builddefs sub-directory (#16002)
Joel Challis
1
-1
/
+1
2022-02-01
`qmk doctor`: display qmk_firmware version tag (#16155)
Ryan
1
-0
/
+8
2021-11-22
Macros in JSON keymaps (#14374)
Zach White
1
-1
/
+1
2021-09-16
New CLI subcommand to create clang-compatible compilation database (`compile_...
Bao
1
-4
/
+10
2021-08-29
Remove bin/qmk (#14231)
Zach White
1
-1
/
+1
2021-08-18
`--parallel` improvements (#13800)
ruro
1
-3
/
+20
2021-07-30
Port new_keyboard.sh to CLI (#13706)
Ryan
1
-0
/
+9
2021-07-10
CLI: Add git and venv info to doctor's output (#13405)
Erovia
1
-1
/
+70
2021-06-27
CLI: Add subcommand to generate version.h (#13151)
Ryan
1
-24
/
+38
2021-05-19
Merge remote-tracking branch 'origin/master' into develop
Zach White
1
-21
/
+2
2021-05-19
Align our subprocess usage with current best practices. (#12940)
Zach White
1
-21
/
+2
2021-05-09
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-1
/
+1
2021-05-09
CLI: Use BASH if SHELL variable is not set (Windows) (#12847)
Erovia
1
-1
/
+1
2021-05-09
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-6
/
+28
2021-05-09
Allow MAKE environment override for 'qmk clean' (#12473)
Joel Challis
1
-6
/
+28
2021-03-24
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-0
/
+10
2021-03-24
Add support for qmk_configurator style aliases (#11954)
Zach White
1
-0
/
+10
2021-03-18
Consistently use bin/qmk when that script is called (#12286)
Zach White
1
-1
/
+1
2021-03-09
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-1
/
+1
2021-03-10
Fix typo in `get_git_version()` (#12182)
Ryan
1
-1
/
+1
2021-03-07
Begin the process of deprecating bin/qmk in favor of the global cli (#12109)
Zach White
1
-0
/
+1
2021-02-01
CLI: Fix json flashing (#11765)
Erovia
1
-1
/
+4
2021-01-20
Fix QMK_BUILDDATE (#11641)
Zach White
1
-1
/
+1
2021-01-17
Generate version.h when compiling json files (#11581)
Zach White
1
-3
/
+55
2021-01-16
Improve the compile and flash subcommands (#11334)
Zach White
1
-12
/
+81
[next]