Skyloong GK104 Pro maximum brightness is not in line with OEM
This is an issue with code I have written. When writing the controller for the Skyloong GK104 Pro I noticed that the maximum brightness of the LEDs is higher than what is allowed in the OEM software. Therefore I set the maximum to the observed maximum (134). After some time the maximum brightness of the LEDs changed and now the observed maximum brightness is 127.
To fix this problem, all that is need is to set BRIGHTNESS_MAX to 100 (the OEM maximum) in Controllers/SkyloongController/RGBController_SkyloongGK104Pro.h
I don't wish to attempt the fix because I don't want to risk messing up the build (I have) or git history (I probably will)