summaryrefslogtreecommitdiff
path: root/keyboards/tzarc/ghoul/rev1/stm32/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-02 20:24:56 +0000
committerQMK Bot <hello@qmk.fm>2022-10-02 20:24:56 +0000
commitbdffe9efe8c7182fd3de3e2027becc173f8b79c2 (patch)
treed8954d93900e2f4a379da7a83ed70d5fb2d01bb5 /keyboards/tzarc/ghoul/rev1/stm32/halconf.h
parent6f13a76530165bb1ad723ab0270c9eb908ca3a8c (diff)
parent9ecd6eb9b9ddf487ced76bf0b5114674cf61432b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tzarc/ghoul/rev1/stm32/halconf.h')
-rw-r--r--keyboards/tzarc/ghoul/rev1/stm32/halconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/tzarc/ghoul/rev1/stm32/halconf.h b/keyboards/tzarc/ghoul/rev1/stm32/halconf.h
new file mode 100644
index 0000000000..66d4d70a9d
--- /dev/null
+++ b/keyboards/tzarc/ghoul/rev1/stm32/halconf.h
@@ -0,0 +1,9 @@
+// Copyright 2018-2022 Nick Brassel (@tzarc)
+// SPDX-License-Identifier: GPL-3.0-or-later
+#pragma once
+
+#define HAL_USE_ADC TRUE
+#define HAL_USE_SPI TRUE
+#define HAL_USE_PWM TRUE
+
+#include_next <halconf.h>