summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/info.py
AgeCommit message (Expand)AuthorFilesLines
2025-11-08Add LED index map to `qmk info` cli command (#25743)Carlos Eduardo1-0/+46
2025-02-26Community modules (#24848)Nick Brassel1-0/+5
2023-08-27Add *_MATRIX_LED_COUNT generation (#21110)Joel Challis1-0/+4
2023-05-24qmk info - Remove printing of "Keyboard Folder" (#21033)Joel Challis1-1/+0
2023-05-20`qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan1-1/+1
2023-03-23Strip API specific output from `qmk info` (#20234)Joel Challis1-0/+27
2022-03-21Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis1-4/+12
2021-08-16Add a lot more data to info.json (#13366)Zach White1-18/+35
2021-07-29Remove references to info.json `width` and `height` in CLI (#13728)Ryan1-2/+0
2021-05-09Add script to perform parallel builds. (#12497)Nick Brassel1-1/+13
2021-05-09Align qmk info ascii logic with milc logging (#11627)Joel Challis1-3/+3
2021-04-14Add support for tab completion (#12411)Zach White1-2/+2
2021-03-25Add a `qmk format-json` command that will format JSON files (#12372)Zach White1-1/+1
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-2/+2
2021-02-27Fix develop (#12039)Zach White1-2/+5
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White1-4/+3
2020-11-02`qmk info`: Add `--ascii` flag (#10793)Ryan1-4/+8
2020-10-25Generate api data on each push (#10609)Zach White1-28/+28
2020-10-06CLI: update subcommands to use return instead of exit() (#10323)Ryan1-7/+4
2020-05-27Fix running qmk info without any arguments (#9218)Zach White1-38/+55
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White1-0/+141