You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to this firmware, but I'm looking to set up an Adafruit Macropad as a karaoke controller for OpenKJ. With the default configuration, the first 8 keypresses are accepted. On the 9th, though, the keypad doesn't beep on the press, and it repeats whatever was pressed indefinitely until the keypad is reset or unplugged.
Looking at some other issues that had been filed, someone suggested disabling RGB_MATRIX_ENABLE in #19600. When I did that, the keypad started working properly. This suggests that a bug lurks in the code that controls the RGB matrix.
I've 3D-printed keycaps with OpenKJ functions and planned on just setting fixed colors to match. It'd be nice if RGB lighting worked. :)
...and it looks like echo cross-arm-none-eabi/gcc vanilla | sudo tee -a /etc/portage/package.use/cross-gcc && sudo emerge -1 cross-arm-none-eabi/gcc did the trick. Thanks!
Describe the Bug
I'm new to this firmware, but I'm looking to set up an Adafruit Macropad as a karaoke controller for OpenKJ. With the default configuration, the first 8 keypresses are accepted. On the 9th, though, the keypad doesn't beep on the press, and it repeats whatever was pressed indefinitely until the keypad is reset or unplugged.
Looking at some other issues that had been filed, someone suggested disabling
RGB_MATRIX_ENABLE
in #19600. When I did that, the keypad started working properly. This suggests that a bug lurks in the code that controls the RGB matrix.I've 3D-printed keycaps with OpenKJ functions and planned on just setting fixed colors to match. It'd be nice if RGB lighting worked. :)
Keyboard Used
Adafruit Macropad
Link to product page (if applicable)
https://www.adafruit.com/product/5128
Operating System
Windows 11 22H2 (though it'll ultimately be used on Gentoo Linux)
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: