Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-26 | [CLI] Add a subcommand for getting information about a keyboard (#8666) | Zach White | |
You can now use `qmk info` to get information about keyboards and keymaps. Co-authored-by: Erovia <Erovia@users.noreply.github.com> | |||
2020-03-13 | Add decorators for determining keyboard and keymap based on current ↵ | skullydazed | |
directory (#8191) * Use pathlib everywhere we can * Improvements based on @erovia's feedback * rework qmk compile and qmk flash to use pathlib * style * Remove the subcommand_name argument from find_keyboard_keymap() * add experimental decorators * Create decorators for finding keyboard and keymap based on current directory. Decorators were inspired by @Erovia's brilliant work on the proof of concept. |