summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli
AgeCommit message (Expand)AuthorFilesLines
2021-01-07validate keyboard data with jsonschemaZach White2-1/+14
2021-01-03fix keyboards with apostrophes in their namesZach White1-2/+2
2021-01-03Fix broken keyboards (#11412)Zach White1-9/+10
2021-01-02Fix compiling on develop (#11409)Zach White1-2/+2
2021-01-02Merge remote-tracking branch 'origin/master' into developQMK Bot2-2/+4
2021-01-02Return the make exit code for qmk compile and flash (#11402)Zach White2-2/+4
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White10-48/+517
2020-12-29[CLI] Add stdin support for json2c command (#11289)LongerHV2-27/+27
2020-12-24`qmk fileformat`: only print complaints, and fix some of them (#11278)Ryan1-1/+1
2020-12-21Split of the doctor codebase (#11255)Erovia1-285/+3
2020-12-20Doctor: add check for .git folder (#11208)Ryan1-0/+18
2020-12-19Change keyboard json format to bring it inline with the current api (#11231)Zach White1-1/+1
2020-12-18simplify qmk doctor to make room for #11208 (#11242)Zach White1-13/+17
2020-12-16CLI-ify rgblight_breathing_table_calc.c (#11174)Ryan2-0/+80
2020-12-11CI automated format fixes (#11179)Joel Challis1-1/+1
2020-12-10Fix warning logic when running 'qmk format -a' (#11177)Joel Challis1-2/+2
2020-12-10CI: Add workflow for codebase formatting (#7382)Joel Challis2-0/+14
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young4-1/+164
2020-11-16CLI: Udev related fixes and improvements (#10736)Erovia1-81/+106
2020-11-10CI: Add docs build and deploy workflow (#7448)Joel Challis2-0/+38
2020-11-07New command: qmk lint (#10761)Zach White2-0/+71
2020-11-04CLI: Add `qmk clean` (#10785)Ryan2-0/+17
2020-11-02`qmk info`: Add `--ascii` flag (#10793)Ryan1-4/+8
2020-10-25Generate api data on each push (#10609)Zach White7-47/+92
2020-10-20Fix CLI warning for Massdrop udev rule (#10691)Ryan1-1/+1
2020-10-17Improve ANSI support and --no-color (#10537)Zach White1-15/+7
2020-10-06[CLI] Add c2json (#8817)Erovia3-1/+64
2020-10-06CLI: update subcommands to use return instead of exit() (#10323)Ryan7-17/+16
2020-09-27Consolidate udev rules into a single file (#9693)Ryan1-12/+45
2020-09-24CLI/Doctor: Print QMK_HOME (#10398)Ryan1-0/+3
2020-09-19Be more specific about Caterina devices, and add LilyPad PIDfauxpark1-5/+16
2020-09-19Add Pololu VIDfauxpark1-1/+3
2020-09-19Link to docs page in "missing" casefauxpark1-1/+1
2020-09-19Split rules back up into bootloadersfauxpark1-34/+41
2020-09-19A comma would be nicefauxpark1-1/+1
2020-09-19Add TMK "FEED" VID to list of deprecated udev rulesfauxpark1-0/+1
2020-09-19Fix errorsfauxpark1-11/+11
2020-09-19Simplify doctor rule checkingfauxpark1-35/+32
2020-09-19Update rules in doctor.pyfauxpark1-9/+24
2020-08-29Add `st-flash` flash target (#9964)Sergey Vlasov1-0/+1
2020-08-29Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel1-2/+2
2020-06-18Parse version better in `qmk doctor` GCC version checks (#9324)Ryan1-2/+13
2020-05-27Fix running qmk info without any arguments (#9218)Zach White1-38/+55
2020-05-26Fix the path for generated keymaps (#9213)Zach White1-4/+0
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White4-15/+155
2020-05-26CLI: fix `json2c` subcommand and add/fix tests (#9206)Erovia1-6/+6
2020-05-21CLI: Rework submodule checking (#9162)Erovia1-11/+4
2020-05-21Fix submodule check (#9155)Erovia1-1/+4
2020-05-15CLI: Tune doctor's udev rule checking to match #8750Erovia1-9/+41
2020-04-26kle2json: fix invocation errorKeenan Brock1-1/+1