summaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild/sugarglider/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mechwild/sugarglider/halconf.h')
-rw-r--r--keyboards/mechwild/sugarglider/halconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/mechwild/sugarglider/halconf.h b/keyboards/mechwild/sugarglider/halconf.h
new file mode 100644
index 0000000000..23a1dc04b3
--- /dev/null
+++ b/keyboards/mechwild/sugarglider/halconf.h
@@ -0,0 +1,12 @@
+// Copyright 2023 Kyle McCreery
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#define HAL_USE_SPI TRUE
+#define SPI_USE_WAIT TRUE
+#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
+
+#include_next <halconf.h>