From e0115caab92167b23ff9dd9d1f68cd03c830bfec Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 1 Oct 2022 02:14:41 +1000 Subject: onekey: enable ADC for Bluepill and Blackpill (#18545) --- keyboards/handwired/onekey/bluepill_f103c6/halconf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keyboards/handwired/onekey/bluepill_f103c6/halconf.h') diff --git a/keyboards/handwired/onekey/bluepill_f103c6/halconf.h b/keyboards/handwired/onekey/bluepill_f103c6/halconf.h index 923b4e52d2..dbc3e82a79 100644 --- a/keyboards/handwired/onekey/bluepill_f103c6/halconf.h +++ b/keyboards/handwired/onekey/bluepill_f103c6/halconf.h @@ -21,6 +21,8 @@ #pragma once +#define HAL_USE_ADC TRUE + #define HAL_USE_PWM TRUE #include_next -- cgit v1.2.3