summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/c_parse.py
Commit message (Expand)AuthorAgeFilesLines
* Slightly refine `g_led_config` parsing (#21170)Ryan2023-06-081-6/+11
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-241-2/+6
|\
| * Check for multiple matrix positions assigned to same key (#20039)Ryan2023-03-241-2/+6
* | JSON encoder: improve sorting of layout dict keys (#19974)Ryan2023-03-131-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-011-1/+3
|\|
| * Check all keys have matrix positions when parsing C LAYOUT macros (#19781)Ryan2023-03-021-1/+3
* | Check all rows have the correct number of columns when parsing `g_led_config`...Ryan2023-03-011-6/+15
|/
* Improve LED config parsing error messages (#19007)Ryan2022-11-091-2/+2
* Fix rgbkb/sol/rev2 build issues (#17601)Joel Challis2022-07-081-0/+3
* Fix various lint errors (#17255)Joel Challis2022-05-301-16/+27
* Data driven `g_led_config` (#16728)Joel Challis2022-05-161-0/+118
* CLI: Lint non-data driven macros in info.json (#16739)Erovia2022-03-271-1/+2
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-1/+0
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-1/+1
* Fix develop (#12039)Zach White2021-02-271-8/+3
* 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