summaryrefslogtreecommitdiff
path: root/keyboards/hazel/bad_wings/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hazel/bad_wings/halconf.h')
-rw-r--r--keyboards/hazel/bad_wings/halconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/hazel/bad_wings/halconf.h b/keyboards/hazel/bad_wings/halconf.h
new file mode 100644
index 0000000000..ed9500fe75
--- /dev/null
+++ b/keyboards/hazel/bad_wings/halconf.h
@@ -0,0 +1,12 @@
+// Copyright 2023 Jason Hazel (@jasonhazel)
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#pragma once
+
+#define HAL_USE_SPI TRUE
+#define HAL_USE_I2C TRUE
+#define HAL_USE_PWM TRUE
+#define SPI_USE_WAIT TRUE
+#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
+
+#include_next <halconf.h> \ No newline at end of file