diff --git a/keyboards/lotus/config.h b/keyboards/lotus/config.h index 1a0d7e9de9..6777c964ef 100644 --- a/keyboards/lotus/config.h +++ b/keyboards/lotus/config.h @@ -3,8 +3,6 @@ #pragma once -#include - // Allow (emulated) EEPROM reset using VIA #define VIA_EEPROM_ALLOW_RESET diff --git a/keyboards/lotus/mcuconf.h b/keyboards/lotus/mcuconf.h index 5cfd88a71f..b1c8e2a2b5 100644 --- a/keyboards/lotus/mcuconf.h +++ b/keyboards/lotus/mcuconf.h @@ -23,6 +23,7 @@ /* * IRQ system settings. - * Need to define this for the ADC code to compile. + * TODO: Default is 3, should it be 2? */ +#undef RP_IRQ_ADC1_PRIORITY #define RP_IRQ_ADC1_PRIORITY 2