summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/c_parse.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix develop (#12039)Zach White2021-02-271-8/+3
| | | | | | | | | Fixes file encoding errors on Windows, and layouts not correctly merging into info.json. * force utf8 encoding * correctly merge layouts and layout aliases * show what aliases point to
* make LAYOUT parsing more robustZach White2021-02-241-2/+4
|
* remove extraneous commentZach White2021-01-081-1/+1
|
* fix bugs triggered by certain boardsZach White2021-01-081-2/+2
|
* get qmk generate-api into a good stateZach White2021-01-071-6/+20
|
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-261-0/+161
You can now use `qmk info` to get information about keyboards and keymaps. Co-authored-by: Erovia <Erovia@users.noreply.github.com>