Use >= relations instead of == for comparing UHK_PCB_MAJOR_VERSION.
This commit is contained in:
@@ -207,7 +207,7 @@ void applyConfig()
|
||||
|
||||
void setLedPwm()
|
||||
{
|
||||
#if UHK_PCB_MAJOR_VERSION == 7
|
||||
#if UHK_PCB_MAJOR_VERSION >= 7
|
||||
uint8_t isRightKeyboardHalf = GenericHidInBuffer[1];
|
||||
uint8_t brightnessPercent = GenericHidInBuffer[2];
|
||||
if (isRightKeyboardHalf) {
|
||||
|
||||
Reference in New Issue
Block a user