summaryrefslogtreecommitdiff
path: root/keyboards/mariorion_v25/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mariorion_v25/halconf.h')
-rw-r--r--keyboards/mariorion_v25/halconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/mariorion_v25/halconf.h b/keyboards/mariorion_v25/halconf.h
new file mode 100644
index 0000000000..a25bad2c7f
--- /dev/null
+++ b/keyboards/mariorion_v25/halconf.h
@@ -0,0 +1,10 @@
+// Copyright 2023 Maria (@toril940)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_PWM TRUE
+
+#define HAL_USE_SPI FALSE
+
+#include_next <halconf.h> \ No newline at end of file