summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/stm32f3_disco/halconf.h
diff options
context:
space:
mode:
authorStefan Kerkmann <karlk90@pm.me>2023-07-28 01:19:53 +0200
committerGitHub <noreply@github.com>2023-07-28 09:19:53 +1000
commitfca71f8d3173e2e5d54ff58688b01d4a72df3613 (patch)
tree91fadbb1dd377fd2a4d0e85b1b4820e542ab3d23 /keyboards/handwired/onekey/stm32f3_disco/halconf.h
parent96789a7cb01b6ac3b6cf46a8dec650ac19c823c0 (diff)
[Keyboard] Add STM32f3 Discovery onekey (#21625)
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>