qmk_userspace
qmk_userspace copied to clipboard
Userspace for the open-source QMK keyboard firmware.
### Information - [X] None of the other issue templates apply ### Description Thanks for this repo. 🙇 Finally there is a way to build keymaps without installing ton of...
### Description Hello, can we have a `shell.nix` file here like in the firmware repo? Thanks before.
### Describe the Bug When running the GitHub Actions build flow, it succeeds even if it fails to compile and/or produce any artifacts. I'm not sure whether that was intended....
## Changes - run devcontainer in `privileged` mode - mount `/dev/bus/usb` to devcontainer Enables `qmk-dfu` to detect keyboard in bootloader mode inside the devcontainer.
Solves: https://github.com/qmk/qmk_userspace/issues/8 ## Description
### Description I am trying to understand exactly what can be overlaid in terms of keyboard files in the qmk userspace repo. Since the `qmk.json` file specifies build targets by...
### Description Some keyboards are not in the official qmk tree, it would be great to be able to have them with others in the userspace Example : - a...
### Description # Motivation As I evolve my keymap, I might find a bug in the latest version or find that the lastest is not actually the greatest, so I...
### Describe the Bug The workflow https://github.com/qmk/.github/blob/main/.github/workflows/qmk_userspace_publish.yml will attach the new firmware to a release associated with the tag "latest", but does not update the git tag to the current...
### Description In order to have repeatable builds, the git repository commits used to build the artifacts should be uploaded along with the release as well. There are two cases:...