index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
cli
/
generate
/
config_h.py
Age
Commit message (
Expand
)
Author
2022-03-21
Extend 'qmk info' to handle keymap level overrides (#16702)
Joel Challis
2022-03-18
Merge remote-tracking branch 'origin/master' into develop
zvecr
2022-03-18
[CLI] Add common util for dumping generated content (#16674)
Joel Challis
2022-03-04
Change data driven "str" type to represent a quoted string literal (#16516)
Ryan
2022-02-27
Fix issues with data driven split keyboards (#16457)
Joel Challis
2022-01-17
CLI: Parse USB device version BCD (#14580)
Ryan
2021-09-27
Cleanup issues identified by lgtm (#14459)
Zach White
2021-08-18
Add config.h and rules.mk support for data driven keymaps (#12859)
Joel Challis
2021-08-16
Add a lot more data to info.json (#13366)
Zach White
2021-04-14
Add support for tab completion (#12411)
Zach White
2021-03-24
Add support for qmk_configurator style aliases (#11954)
Zach White
2021-02-28
Fix generated file output while target exists (#12062)
Joel Challis
2021-01-31
Create a system to map between info.json and config.h/rules.mk (#11548)
Zach White
2021-01-08
fix bugs triggered by certain boards
Zach White
2021-01-07
fix rgblight properties
Zach White
2021-01-03
fix keyboards with apostrophes in their names
Zach White
2021-01-02
Fix compiling on develop (#11409)
Zach White
2020-12-30
Configure keyboard matrix from info.json (#10817)
Zach White