Less/Rikki

Results 31 comments of Less/Rikki

This is currently a limitation of QMK. From [the documentation](https://docs.qmk.fm/#/feature_layers?id=switching-and-toggling-layers) > `LM(layer, mod)` - Momentarily activates *layer* (like `MO`), but with modifier(s) *mod* active. **Only supports layers 0-15 and the...

Have you read [the documentation about BlackPills](https://docs.qmk.fm/#/platformdev_blackpill_f411?id=pin-usage-limitations)? Most of that page is also applicable to the F401 model.

Mousekeys are not enabled on the Kyria by default. https://github.com/qmk/qmk_firmware/blob/107ccc56b4cbf15d223e5946c74c8495c160eb7b/keyboards/splitkb/kyria/rules.mk#L11

As I understand it, user `.conf` files are also intended to take precedence over the default board/shield `.conf` files? If said understanding is correct, this issue impacts user `.conf` files...

This PR appears to have been obsoleted by #1010, which was merged in June 2023.

QMK only has global implementations for indicators supported by the USB HID standard: https://docs.qmk.fm/#/feature_led_indicators?id=led-indicators However, you could implement this functionality in your own personal keymap. The specifics would really depend...

Edit: I'm leaving all these words for posterity (and just in case I'm wrong) but it's starting to look like my issue is a kernel regression, not `bluez`. Stood up...

Please retest now that #1793 has been merged. (Confirming whether NKRO is enabled or disabled would be a good idea too.)

My comment instructed the submitter to try with the new boot protocol setting enabled (`CONFIG_ZMK_USB_BOOT=y`). I don't own this hardware, so I have no idea whether its UEFI implementation in...

Not sure how this and #2080 interact, but worth noting.