From a070c1c87c30ac7561cef172e2a7ec481d2fe435 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Wed, 22 Mar 2023 03:07:06 +0800 Subject: [PATCH] lotus: Changes needed for latest changes from master Signed-off-by: Daniel Schaefer --- keyboards/lotus/config.h | 2 -- keyboards/lotus/mcuconf.h | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) 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