qmk_cli
qmk_cli copied to clipboard
A program to help users work with QMK
### Describe the Bug The two python dependencies hid and hidapi occupies the same namespace in Python with different APIs. This implies one can only install one version globally on...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0. Release notes Sourced from docker/build-push-action's releases. v3.1.0 no-cache-filters input by @crazy-max (#653) Bump @actions/github from 5.0.1 to 5.0.3 (#619) Bump @actions/core from 1.6.0 to...
### Describe the Bug When my `~/.config/qmk/qmk.ini` file does not have a key already in it, `qmk config` doesn't add that key. For example if `user.keyboard` isn't in the `qmk.ini`...
### Describe the Bug # Context This is running on Xubuntu 22.04, using qmk gotten using: ``` python3 -m pip install qmk ``` I'm using the instructions found here: https://github.com/zsa/qmk_firmware/#building:~:text=head%20to%20the%20Newbs%20guide%20from...
## Description Couple of choices.... 1. Different subcommand? - `qmk userspace-setup` to align with the other userspace commands? - can always merge later? 2. Extend existing setup command - tutorials/docs/etc...
## Description * Removes the requirement on running `qmk config user.overlay_dir="$(realpath qmk_userspace)"` * Allows multiple userspace instances by inferring from the current directory * Adds `qmk env QMK_USERSPACE` for scripting...
### Description Due to `make` and possibly other build build tools used for qmk, a space in your paths to qmk_firmware or qmk_userspace can cause compilation to fail. Specifically, I...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.4 Bundles CodeQL CLI v2.15.4 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4: codeql/cpp-queries...
### Feature Request Type - [ ] Core functionality - [ ] Add-on hardware support (eg. audio, RGB, OLED screen, etc.) - [X] Alteration (enhancement/optimization) of existing feature(s) - [...
### Description I would like to see support for Bash/Zsh completion.