Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-03 | Fix comment parsing (#12750) | Zach White | |
Co-authored-by: Erovia <Erovia@users.noreply.github.com> | |||
2021-02-27 | Fix develop (#12039) | Zach White | |
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 | |||
2021-02-24 | make LAYOUT parsing more robust | Zach White | |
2021-01-08 | remove extraneous comment | Zach White | |
2021-01-08 | fix bugs triggered by certain boards | Zach White | |
2021-01-07 | get qmk generate-api into a good state | Zach White | |
2020-05-26 | [CLI] Add a subcommand for getting information about a keyboard (#8666) | Zach White | |
You can now use `qmk info` to get information about keyboards and keymaps. Co-authored-by: Erovia <Erovia@users.noreply.github.com> |