summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli
AgeCommit message (Expand)Author
2022-11-05Initial DD keycode migration (#18643)Joel Challis
2022-10-20Add converter support to keymap.json (#18776)Joel Challis
2022-10-20[CLI] Ensure consistent clean behaviour (#18781)Joel Challis
2022-10-19Build correctly when out of tree (#18775)Joel Challis
2022-09-26Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan
2022-09-21Normalise info_config.h define generation (#18439)Ryan
2022-09-19Tidy up LAYOUT macro generation (#18262)Joel Challis
2022-09-17[Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre
2022-09-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-16Add ability to remove temporary files during multibuild. (#18381)Nick Brassel
2022-09-16Disconnect `usb.device_ver` (#18259)Ryan
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31`qmk lint`: fix TypeError (#18226)Ryan
2022-08-28Handle escaping of manufacturer/product strings (#18194)Ryan
2022-08-26Update LUFA submodule (#18168)Ryan
2022-08-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-24Update invalid pip install flag (#18146)Joel Challis
2022-08-20CLI: Teaching the CLI to flash binaries (#16584)Erovia
2022-08-06Publish data as part of API generation (#17020)Joel Challis
2022-07-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-26Make `qmk doctor` print out the last log entry for upstream/{master,develop},...Nick Brassel
2022-07-11More DD encoder fixes (#17615)Joel Challis
2022-07-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-09Add line to multibuild output log showing the actual build target. (#17606)Nick Brassel
2022-07-08Fix rgbkb/sol/rev2 build issues (#17601)Joel Challis
2022-07-02Add cli command to import keyboard|keymap|kbfirmware (#16668)Joel Challis
2022-06-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-30Allow module check to error out when piped to /dev/null (#17505)Joel Challis
2022-06-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-27Fix error message in generated code (#17484)Joel Challis
2022-06-20Allow encoder config from info.json (#17295)Joel Challis
2022-06-18Additional schema fixes (#17414)Joel Challis
2022-06-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-15Fix clean arg handling (#17392)Joel Challis
2022-06-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-14Perform stricter lint checks (#17348)Joel Challis
2022-06-11`qmk doctor`: show arch for macOS (#17356)Ryan
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-10Promote 'layouts require matrix data' to api error (#17349)Joel Challis
2022-05-31Add uf2-split-* make targets. (#17257)Dasky
2022-05-16Data driven `g_led_config` (#16728)Joel Challis
2022-05-04Also format *.hpp files. (#16997)Nick Brassel
2022-04-16Implement XAP 'secure' core requirements (#16843)Joel Challis
2022-04-13Quantum Painter (#10174)Nick Brassel
2022-04-08Allow new-keyboard to use development_board presets (#16785)Joel Challis
2022-03-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-30yapf: disable arithmetic predecence indication (#16749)Ryan
2022-03-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-27CLI: Lint non-data driven macros in info.json (#16739)Erovia
2022-03-24Merge remote-tracking branch 'origin/master' into developQMK Bot