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
ARM GCC version:
arm-none-eabi-gcc.exe (GCC) 10.1.0
QMK Firmware version:
0.10.51
Any keyboard related software installed?
No
Additional Context
When entering Direct mode for Knight Plus through either OpenRGB or cycling through RGB modes via the keyboard with Fn+Q, the keyboard will enter a reboot loop until unplugged. The default RGB values when entering Direct mode are 255 for all channels.
If the default values are changed to 254, the keyboard does not reboot continuously.
Default values are modified in the config.mk file by adding the following overrides:
Inventor22
changed the title
[Bug] X-Bows keyb
[Bug] X-Bows Knight Plus enters reb
Aug 5, 2021
Inventor22
changed the title
[Bug] X-Bows Knight Plus enters reb
[Bug] X-Bows Knight Plus enters reboot loop when setting to Direct mode for OpenRGB with initial RGB values set to 255.
Aug 5, 2021
Describe the Bug
System Information
avr-gcc.exe (GCC) 8.4.0
arm-none-eabi-gcc.exe (GCC) 10.1.0
0.10.51
No
Additional Context
When entering Direct mode for Knight Plus through either OpenRGB or cycling through RGB modes via the keyboard with Fn+Q, the keyboard will enter a reboot loop until unplugged. The default RGB values when entering Direct mode are 255 for all channels.
If the default values are changed to 254, the keyboard does not reboot continuously.
Default values are modified in the config.mk file by adding the following overrides:
#define OPENRGB_DIRECT_MODE_STARTUP_RED 254
#define OPENRGB_DIRECT_MODE_STARTUP_GREEN 254
#define OPENRGB_DIRECT_MODE_STARTUP_BLUE 254
rules.mk
config.txt
The text was updated successfully, but these errors were encountered: