summaryrefslogtreecommitdiff
path: root/lib/python/qmk/info.py
Commit message (Expand)AuthorAge
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-16
* Add frameworking for development board presets (#16637)Joel Challis2022-04-03
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-26
|\
| * Fix bug when 'info.json' lookup escapes keyboard dir (#16734)Erovia2022-03-26
* | Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706)Joel Challis2022-03-22
* | Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-21
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-04
|/
* Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-27
* Revert CLI default for manufacturer (#16467)Joel Challis2022-02-27
* Various fixes for new-keyboard (#16358)Joel Challis2022-02-15
* CLI: Parse USB device version BCD (#14580)Ryan2022-01-17
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-06
* Westberrytech pr (#14422)Joy Lee2021-11-27
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-11-05
|\
| * Fixup actions. (#15057)Nick Brassel2021-11-04
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-31
|\|
| * [CLI] Fix broken layout rendering in `qmk info` by '\n' (#14970)Mateusz Ż2021-10-31
* | Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)Joel Challis2021-10-18
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-16
|\|
| * Try to clarify "number of elements in info.json does not match" error (#14844)Ryan2021-10-16
* | Remove QWIIC_DRIVERS (#14174)Joel Challis2021-10-09
|/
* Cleanup issues identified by lgtm (#14459)Zach White2021-09-27
* Merge remote-tracking branch 'origin/master' into developZach White2021-08-20
|\
| * Restore layout count validation (#14068)Joel Challis2021-08-20
* | Add a lot more data to info.json (#13366)Zach White2021-08-16
* | Defer the expensive search for layout macros until info.json has been process...Zach White2021-08-16
* | Merge remote-tracking branch 'origin/master' into developZach White2021-08-09
|\|
| * Fix generate api (#13930)Zach White2021-08-09
* | Matrix consistency check (#13470)Zach White2021-07-11
* | Optimize our jsonschema by using refs (#13271)Zach White2021-06-24
* | Remove the redundant pin name validation (#13251)Zach White2021-06-22
* | allow LINE_PINxx for Teensy 4.x pins (#13247)Michael Stapelberg2021-06-19
|/
* Catch 'LAYOUTS = all' in lint (#12848)Joel Challis2021-05-09
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-24
* use layout aliases when processing info.json (#12333)Zach White2021-03-22
* improve detection of community layout supportZach White2021-03-09
* Fix compile errors (#12048)Zach White2021-02-27
* Fix develop (#12039)Zach White2021-02-27
* Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-31
* Add support for specifying BOARD in info.json (#11492)Zach White2021-01-09
* Use the schema to eliminate custom code (#11108)Zach White2021-01-09
* fix bugs triggered by certain boardsZach White2021-01-08
* Revert "change invalid pin from error to warning"Zach White2021-01-07
* change invalid pin from error to warningZach White2021-01-07
* make flake8 happyZach White2021-01-07
* get qmk generate-api into a good stateZach White2021-01-07
* validate keyboard data with jsonschemaZach White2021-01-07
* fix keyboards with apostrophes in their namesZach White2021-01-03
* Fix broken keyboards (#11412)Zach White2021-01-03
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-30