summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/nucleo_f446re/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_f446re/halconf.h')
-rw-r--r--keyboards/handwired/onekey/nucleo_f446re/halconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/nucleo_f446re/halconf.h b/keyboards/handwired/onekey/nucleo_f446re/halconf.h
new file mode 100644
index 0000000000..e3fd1cf6e1
--- /dev/null
+++ b/keyboards/handwired/onekey/nucleo_f446re/halconf.h
@@ -0,0 +1,10 @@
+// Copyright 2023 Nick Brassel (@tzarc)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define HAL_USE_ADC TRUE
+#define HAL_USE_SPI TRUE
+#define HAL_USE_I2C TRUE
+#define HAL_USE_PWM TRUE
+
+#include_next <halconf.h>