From 8d392644b0c060e6d91b396d44371799286cbbb3 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Sat, 7 Jan 2023 22:25:27 +0800 Subject: [PATCH] lotus: Remove pins that we don't use Now if you grep GP0 through GP29 they'll all only show for the exact uses we need them for. Signed-off-by: Daniel Schaefer --- keyboards/lotus/matrix.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/keyboards/lotus/matrix.c b/keyboards/lotus/matrix.c index e7948e3a4b..d39a2ca298 100644 --- a/keyboards/lotus/matrix.c +++ b/keyboards/lotus/matrix.c @@ -43,10 +43,7 @@ const float CONV_FACTOR = 3.3f / (1<<12); #define MUX_C GP3 #define MUX_ENABLE GP4 -#define ADC_CH0_PIN GP26 -#define ADC_CH1_PIN GP27 #define ADC_CH2_PIN GP28 -#define ADC_CH3_PIN GP29 // Voltage threshold - TODO: Need to adjust #define ADC_THRESHOLD 3.0f