From 297aad6ebd8577e826ea738cde25207a61337dc0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 24 Mar 2020 14:32:23 +1100 Subject: Set backlight and RGB pins for AVR onekeys (#8533) * Set backlight and RGB pins for AVR onekeys * Set pin for ADC as well * Define ADC_PIN for F4 blackpills * Use A0 for F4 ADCs * Set ADC pins for F0 and F1 --- keyboards/handwired/onekey/blackpill_f401/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keyboards/handwired/onekey/blackpill_f401/config.h') diff --git a/keyboards/handwired/onekey/blackpill_f401/config.h b/keyboards/handwired/onekey/blackpill_f401/config.h index 01555e4315..c6166380cf 100644 --- a/keyboards/handwired/onekey/blackpill_f401/config.h +++ b/keyboards/handwired/onekey/blackpill_f401/config.h @@ -27,3 +27,5 @@ #define BACKLIGHT_PWM_CHANNEL 1 #define RGB_DI_PIN A1 + +#define ADC_PIN A0 -- cgit v1.2.3