summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Generate api data on each push (#10609)Zach White2020-10-25
* c2json: Fix TypeError on MSYS2 (#10709)Ryan2020-10-23
* Fix CLI warning for Massdrop udev rule (#10691)Ryan2020-10-20
* Improve ANSI support and --no-color (#10537)Zach White2020-10-17
* [CLI] Remove check for Input Club boards (#10636)Ryan2020-10-18
* CLI: Fix stripping of `ANY` from Configurator exports (#10585)Erovia2020-10-09
* CLI: Fix MCU lists for `qmk info` (#10574)Ryan2020-10-09
* [CLI] Add c2json (#8817)Erovia2020-10-06
* Improve LAYOUT macro searching (#9530)Ryan2020-10-06
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-06
* Consolidate udev rules into a single file (#9693)Ryan2020-09-27
|\
| * Be more specific about Caterina devices, and add LilyPad PIDfauxpark2020-09-19
| * Add Pololu VIDfauxpark2020-09-19
| * Link to docs page in "missing" casefauxpark2020-09-19
| * Split rules back up into bootloadersfauxpark2020-09-19
| * A comma would be nicefauxpark2020-09-19
| * Add TMK "FEED" VID to list of deprecated udev rulesfauxpark2020-09-19
| * Fix errorsfauxpark2020-09-19
| * Simplify doctor rule checkingfauxpark2020-09-19
| * Update rules in doctor.pyfauxpark2020-09-19
* | Add logic for AT90USBxx7 where needed (#10203)Ryan2020-09-27
* | CLI/Doctor: Print QMK_HOME (#10398)Ryan2020-09-24
* | Add STM32F401/F411 to ARM_PROCESSORS (#10362)Ryan2020-09-18
|/
* Update vusb to match 3rd endpoint. (#9020)yiancar2020-08-29
* Add `st-flash` flash target (#9964)Sergey Vlasov2020-08-29
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-29
* Add debug logging to `run()` (#9986)Ryan2020-08-28
* Remove `DESCRIPTION` (#9732)Ryan2020-07-16
* Parse version better in `qmk doctor` GCC version checks (#9324)Ryan2020-06-18
* CLI: Add ATmega328 and ATtiny85 to supported CPUs (#9371)Erovia2020-06-17
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-30
* Fix running qmk info without any arguments (#9218)Zach White2020-05-27
* Fix the path for generated keymaps (#9213)Zach White2020-05-26
* Fix compiling json files (#9210)Zach White2020-05-26
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-26
* CLI: fix `json2c` subcommand and add/fix tests (#9206)Erovia2020-05-26
* CLI: Rework submodule checking (#9162)Erovia2020-05-21
* Fix submodule check (#9155)Erovia2020-05-21
* Adding unit tests for list-keymaps command (#7711)codecoffeecode2020-05-16
* CLI: Tune doctor's udev rule checking to match #8750Erovia2020-05-15
* [kle2info] Trim the code in `kle2xy` (#8955)Keenan Brock2020-05-15
* Revert "Fix conflicting types for 'tfp_printf' (#8269)"skullY2020-05-04
* Fix conflicting types for 'tfp_printf' (#8269)Joel Challis2020-05-03
* kle2info: trim down x and y outputKeenan Brock2020-04-26
* kle2json: fix invocation errorKeenan Brock2020-04-26
* Move everything to Python 3.6 (#8835)skullydazed2020-04-18
* MILC: Fix setting config values for store_true and store_false (#8813)skullydazed2020-04-15
* CLI: Fix doctor error when can't run `bin/qmk --version`. (#8796)Pete Johanson2020-04-14
* CLI: Use `shutil.which` to detect gmake, instead of OS check.Pete Johanson2020-04-13
* CLI: Invoke gmake on FreeBSD when using `qmk compile`.Pete Johanson2020-04-13