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