diff --git a/keyboards/lotus/mcuconf.h b/keyboards/lotus/mcuconf.h index cd174dd342..3b54036424 100644 --- a/keyboards/lotus/mcuconf.h +++ b/keyboards/lotus/mcuconf.h @@ -17,3 +17,10 @@ // For single-zone backlight #undef RP_PWM_USE_PWM4 #define RP_PWM_USE_PWM4 TRUE + +/* + * IRQ system settings. + + * Need to define this for the ADC code to compile. + */ +#define RP_IRQ_ADC1_PRIORITY 3