qmk_userspace icon indicating copy to clipboard operation
qmk_userspace copied to clipboard

Userspace for the open-source QMK keyboard firmware.

Results 11 qmk_userspace issues
Sort by recently updated
recently updated
newest added

### 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.

enhancement

### 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....

bug

## 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

bug

### 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:...

enhancement