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
/
cli
/
generate
/
rules_mk.py
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-08
Generate `CUSTOM_MATRIX = lite` without `matrix_pins.custom` (#25453)
Joel Challis
1
-5
/
+4
2025-04-23
Avoid duplication in generated community modules `rules.mk` (#25135)
Joel Challis
1
-34
/
+2
2025-03-26
[Modules] Provide access to current path in `rules.mk`. (#25061)
Nick Brassel
1
-0
/
+2
2025-03-19
Fixup MSYS + unix-style paths in Community Modules. (#25012)
Nick Brassel
1
-2
/
+2
2025-02-26
Community modules (#24848)
Nick Brassel
1
-5
/
+41
2023-09-13
Generate keymap.json config options more forcefully (#21960)
Joel Challis
1
-10
/
+16
2022-11-08
Format DD mappings and schemas (#18924)
Ryan
1
-1
/
+1
2022-10-20
Add converter support to keymap.json (#18776)
Joel Challis
1
-1
/
+6
2022-10-19
Build correctly when out of tree (#18775)
Joel Challis
1
-9
/
+15
2022-03-21
Extend 'qmk info' to handle keymap level overrides (#16702)
Joel Challis
1
-7
/
+3
2022-03-18
Merge remote-tracking branch 'origin/master' into develop
zvecr
1
-10
/
+4
2022-03-18
[CLI] Add common util for dumping generated content (#16674)
Joel Challis
1
-10
/
+4
2022-03-04
Change data driven "str" type to represent a quoted string literal (#16516)
Ryan
1
-1
/
+3
2022-02-27
Fix issues with data driven split keyboards (#16457)
Joel Challis
1
-1
/
+1
2021-11-05
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
James Young
1
-6
/
+3
2021-10-04
Allow community layouts to be specified in info.json (#14682)
Zach White
1
-1
/
+1
2021-08-18
Add config.h and rules.mk support for data driven keymaps (#12859)
Joel Challis
1
-16
/
+14
2021-08-16
Add a lot more data to info.json (#13366)
Zach White
1
-0
/
+11
2021-04-14
Add support for tab completion (#12411)
Zach White
1
-2
/
+2
2021-03-24
Add support for qmk_configurator style aliases (#11954)
Zach White
1
-3
/
+5
2021-03-04
`qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)
Ryan
1
-1
/
+5
2021-02-28
Fix generated file output while target exists (#12062)
Joel Challis
1
-2
/
+2
2021-01-31
Create a system to map between info.json and config.h/rules.mk (#11548)
Zach White
1
-24
/
+37
2021-01-09
Add support for specifying BOARD in info.json (#11492)
Zach White
1
-1
/
+3
2021-01-09
Use the schema to eliminate custom code (#11108)
Zach White
1
-5
/
+5
2021-01-07
make flake8 happy
Zach White
1
-2
/
+3
2021-01-07
get qmk generate-api into a good state
Zach White
1
-3
/
+6
2021-01-07
validate keyboard data with jsonschema
Zach White
1
-0
/
+13
2020-12-30
Configure keyboard matrix from info.json (#10817)
Zach White
1
-0
/
+59