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
/
keymap.py
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-12
Add DIP Switch map support to keymap.json (#25431)
Joel Challis
1
-0
/
+20
2025-07-14
Only userspace should be searched for keyboard aliases when locating keymaps ...
Joel Challis
1
-9
/
+6
2025-04-11
Exclude external userspace from lint checking (#24680)
Joel Challis
1
-3
/
+8
2025-02-26
Community modules (#24848)
Nick Brassel
1
-27
/
+0
2024-11-24
Allow codegen of `keymap.json` => `keymap.c` without requiring layers/layout ...
Nick Brassel
1
-12
/
+17
2024-08-12
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-2
/
+2
2024-08-12
Userspace: add support for adding environment variables during build (#22887)
Nick Brassel
1
-2
/
+2
2024-08-12
Remove handling of keyboard level keymap templates (#24234)
Joel Challis
1
-37
/
+2
2024-08-04
Small tweaks to keymap generation (#24240)
Ryan
1
-3
/
+2
2024-06-17
Generate keymap dd keycodes to header (#20273)
Joel Challis
1
-31
/
+3
2023-11-28
QMK Userspace (#22222)
Nick Brassel
1
-45
/
+85
2023-11-01
Improve argument handling of c2json (#22170)
Joel Challis
1
-12
/
+11
2023-05-19
CLI: Improve keymap folder resolution (#20981)
Ryan
1
-2
/
+2
2023-04-15
Encodermap direction define. (#20454)
Nick Brassel
1
-1
/
+1
2023-03-27
Custom keycodes in JSON (#19925)
Joel Challis
1
-0
/
+30
2023-02-11
Generate encodermap output from keymap.json. (#18915)
Nick Brassel
1
-74
/
+107
2023-01-11
Fix CLI community detection (#19562)
Joel Challis
1
-28
/
+28
2022-11-05
Macro keycode name refactoring (#18958)
Nick Brassel
1
-1
/
+1
2022-08-31
Move bootloader.mk to platforms (#18228)
Ryan
1
-1
/
+1
2022-07-01
Allow locate_keymap to handle DEFAULT_FOLDER (#17529)
Joel Challis
1
-2
/
+2
2022-03-24
CLI: Add 'via2json' subcommand (#16468)
Erovia
1
-1
/
+6
2021-11-22
Macros in JSON keymaps (#14374)
Zach White
1
-12
/
+88
2021-09-27
Cleanup issues identified by lgtm (#14459)
Zach White
1
-2
/
+2
2021-05-27
CLI/c2json: Print 'cpp' error when executed in verbose mode (#12869)
Erovia
1
-1
/
+5
2021-05-19
Align our subprocess usage with current best practices. (#12940)
Zach White
1
-4
/
+5
2021-04-14
Add support for tab completion (#12411)
Zach White
1
-4
/
+52
2021-02-27
Fix develop (#12039)
Zach White
1
-3
/
+3
2020-12-29
[CLI] Add stdin support for json2c command (#11289)
LongerHV
1
-7
/
+15
2020-10-25
Generate api data on each push (#10609)
Zach White
1
-66
/
+153
2020-10-09
CLI: Fix stripping of `ANY` from Configurator exports (#10585)
Erovia
1
-0
/
+2
2020-10-06
[CLI] Add c2json (#8817)
Erovia
1
-29
/
+251
2020-05-26
Fix the path for generated keymaps (#9213)
Zach White
1
-1
/
+5
2020-05-26
Fix compiling json files (#9210)
Zach White
1
-3
/
+3
2020-05-26
[CLI] Add a subcommand for getting information about a keyboard (#8666)
Zach White
1
-14
/
+61
2020-04-18
Move everything to Python 3.6 (#8835)
skullydazed
1
-3
/
+2
2020-04-07
Correctly handle json keymaps with ANY()
skullY
1
-1
/
+13
2020-02-17
Use pathlib everywhere we can (#7872)
skullydazed
1
-12
/
+6
2020-02-15
fix list_keymaps for python 3.5
skullY
1
-2
/
+2
2020-02-15
Pathlib-ify qmk.keymap.list_keymaps()
Erovia
1
-9
/
+10
2020-02-15
Fix commandline parsing and flake8 findings, rebase
Erovia
1
-2
/
+1
2020-02-15
Major rework, no regex/globbing, more walking
Erovia
1
-36
/
+16
2020-02-15
Fix merging community and base keymaps
Erovia
1
-1
/
+1
2020-02-15
Return only the unique keymaps
Erovia
1
-6
/
+5
2020-02-15
Another major refactoring, add documentation
Erovia
1
-0
/
+59
2019-11-20
Add flake8 to our test suite and fix all errors (#7379)
skullydazed
1
-4
/
+0
2019-07-15
Fix compiling json files. (#6340)
skullydazed
1
-1
/
+1
2019-07-15
QMK CLI and JSON keymap support (#6176)
skullydazed
1
-0
/
+100