summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/stm32f3_disco/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/stm32f3_disco/halconf.h')
-rw-r--r--keyboards/handwired/onekey/stm32f3_disco/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/stm32f3_disco/halconf.h b/keyboards/handwired/onekey/stm32f3_disco/halconf.h
new file mode 100644
index 0000000000..e9d7ece8fc
--- /dev/null
+++ b/keyboards/handwired/onekey/stm32f3_disco/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 Stefan Kerkmann
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_ADC TRUE
+
+#include_next <halconf.h>