Less/Rikki
Less/Rikki
> I guess I'm confused when you'd ever want to only put the central side into soft off, that you'd need this documented? The way the docs for `hold-time-ms` read...
While the proposed solution is not easily usable at present due to code conflicts, see #19449 for more information/discussion about this problem. Note that if you are using GNOME, [this...
From the description of the pull request: > QMK has trouble sending modifier keys [...] Control is also a modifier... Anyway, there is a lot of information in that pull...
Does this happen with firmware compiled from the current QMK `master` or `develop` branches? There is no `qmk doctor` output here. There *is* a commit indicating you are working with...
Assuming `qmk/qmk_firmware` is set as your `upstream` and `chrisgve/qmk_firmware` is your `origin`, please try running the following commands: 1. `cd qmk_firmware` 2. `git fetch upstream master` 3. `git checkout upstream/master`...
I can confirm that bumping the system workqueue size to 2048 allows that macro to function without locking up the board, at least for [this shield](https://github.com/lesshonor/mechwild-zmk-keyboards/tree/main/boards/shields/obe). ~~If you manage to...
Flashing instructions for boards supported in upstream Zephyr can be found in the Zephyr docs: see [WeAct BlackPill F401](https://docs.zephyrproject.org/2.7.5/boards/arm/blackpill_f401ce/doc/index.html#flashing), [F411](https://docs.zephyrproject.org/2.7.5/boards/arm/blackpill_f411ce/doc/index.html#flashing)). It strikes me as a bad idea for ZMK to...
Arguably obsoleted by #2085 and related PRs.
> (This is different to HYPER etc, which still require knowledge of what modifiers they map to in order to define shortcuts using them on the OS side). As stated...
If all you are looking for is a backlight you can turn on and off with no dimming, you can use `BACKLIGHT_ENABLE = software` (as you said this worked earlier)...