AnnePro2-Shine icon indicating copy to clipboard operation
AnnePro2-Shine copied to clipboard

Custom LED Matrix Firmware for Open Anne Pro 2 QMK Port

Results 7 AnnePro2-Shine issues
Sort by recently updated
recently updated
newest added

This PR updates `is_reactive` status value to be false when manual control is enabled or backlight is disabled. Current logic in [QMK](https://github.com/qmk/qmk_firmware/blob/319d9aa7b94daba050a7d207caf2dd607b04298c/keyboards/annepro2/annepro2.c#L131) forwards info on keypresses if rgb matrix is...

# Description In function `setLedKey`, it fails to check `col` properly ``` static inline void setLedKey(led_t *ledArray, const message_t *msg) { uint8_t row = msg->payload[0]; uint8_t col = msg->payload[1]; led_t...

I've just flashed QMK + Shine onto my QMK, and while everything works fine with the USB cable, I get no lighting in wireless mode (I'm also having trouble getting...

Investigate the cause of Reentrant IRQ Hangs.

Described in: https://github.com/qmk/qmk_firmware/issues/23900

I flashed the default QMK layout as well as the LED shine firmware, Keyboard works but the LEDs don't, I don't have a LSHFT+RSHFT+B IAP in my config and the...