| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Major rework, no regex/globbing, more walking | Erovia | 2020-02-16 | 1 | -43/+51 |
| | | | | | | | Instead of using regexes and globbing to find the rules.mk and keymap.c files, walk the directory tree to find them. Also, do away with the concept of revision. | ||||
| * | Drop bs4 dependency, update docs, minor improvements | Erovia | 2020-02-16 | 1 | -1/+1 |
| | | |||||
| * | Fix regex for parsing rules.mk files | Erovia | 2020-02-16 | 1 | -8/+3 |
| | | | | | I don't know why it couldn't put it together before... ¯\_(ツ)_/¯ | ||||
| * | Another major refactoring, add documentation | Erovia | 2020-02-16 | 1 | -0/+77 |
| Move all useful functions to the qmk module and use the cli subcommand as a wrapper around it. Add both inline comments and documentation. | |||||