Commit Graph

10 Commits (3db41817e0aa72e1406e29a4fb5f82db0c2a6cf1)

Author SHA1 Message Date
Erovia 3db41817e0 Code cleanup, use pathlib, use pytest keyboard
Clean up checks and logics that are unnecessary due to MILC updates.
Use pathlib instead of os.path for readability.
Use the 'pytest' keyboard for the tests.
Add community layout for 'handwired/onekey/pytest' so we can test
community layouts.
5 years ago
Erovia 8eeab1112a Fix commandline parsing and flake8 findings, rebase
Fixed commandline and config parsing. Thx @xplusplus.
Rebased on master and fixed merge conflicts.
5 years ago
Erovia 3ed1223678 Drop bs4 dependency, update docs, minor improvements 5 years ago
Erovia 26f53d38d9 Another major refactoring, add documentation
Move all useful functions to the qmk module and use the cli subcommand
as a wrapper around it.
Add both inline comments and documentation.
5 years ago
Erovia f96085af38 Fix output format 5 years ago
Erovia e46cc2db8c Try to figure out revision, drop -rv/--revision argument 5 years ago
Erovia c3b168e6fd Fix help message. 5 years ago
Erovia 62c1bcba71 Get all buildable keymaps for each revision
The command now return all keymaps that's buildable for a
keyboard/revision. If the base directory of a keyboard does not contain
a 'rules.mk' file, nothing is returned. If the base directory contains a
'keymaps' directory, those keycaps will be returned for every revision.
5 years ago
Erovia 057c7d0ffe Major update to work better with revisions
Find the community keymaps supported by each revision.
5 years ago
Erovia 409c610543 CLI: add support for list_keymaps
List all the available keymaps for a given keyboard
5 years ago