-
In terms of performance, we can do a bit of optimization if we know how many layers there are.
This involves:
* adding extern const int NUM_LAYERS to keymap_common.h
* defining const int NUM_LAYERS…
-
### Describe the Bug
I wanted to update my keyboard layout by adding another Caps Lock key (long story), so I ran `qmk userspace-compile`. However, I got the following error:
```
~/Projects/zweih…
-
### What were you trying to do?
Edit code on a WaveShare rp2040-zero running CircuitPython
### What steps did you take to trigger the issue?
- Open MU editor
- Switch to rp2040 mode
- Restart MU …
-
-
Handling USB requests is handled differently on each platform. Need to implement a framework so that they can all share the same implementation.
-
Current behaviour:
"Alt"+"A":"B" becomes "Alt"+"A"+"B"
"Alt"+"Shift"+"A":"CMD"+"B" becomes "Alt"+"Shift"+"A"+"CMD"+"B"
What it should be:
"Alt"+"A":"B" becomes "B" (Alt cancelled and re-instated late…
-
**Information**
- `ratbagd` version (`0.16`):
- Distribution: Arch
- Kernel version (ex. `uname -srmo`): `Linux 5.14.8-zen1-1-zen x86_64 GNU/Linux`
Device info
```
mayeul@MArchYEUL ~ % …
-
## Describe the Bug
(see also debug info below)
CTL_P: LCTL_T(KC_P)
CMB_SFT: combo of "." and "o" that resolves to KC_LSFT
[Keymap here.](https://github.com/sdgu/qmk_firmware/tree/sdgukeymaps/keyb…
-
## Classification:
Bug
## Reproducibility:
Always
## Version
AutoKey version: 0.95.10
Used GUI: Gtk
Linux Distribution: Arch
## Summary
Summary of the problem.
## Steps to…
-
I didn't solder LEDs to the keyboard myself so I'm unable to test and implement this feature myself. It shouldn't be hard to do, using the visualization framework.
If you either want to test or imple…