summaryrefslogtreecommitdiff
path: root/keyboards/mariorion_v25/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-11-10 21:39:30 +0000
committerQMK Bot <hello@qmk.fm>2023-11-10 21:39:30 +0000
commit4a98466ef32087989fe03136e7e3b72bcccab178 (patch)
treef23e4b52fdd43383c72dba974316097b39cfebbd /keyboards/mariorion_v25/halconf.h
parent2d7746609ffbc1f2b7004ed8d3dad63b844aa2b0 (diff)
parent6876fbe51d02873ae4b63e555ac5cb0a7c36ee98 (diff)
Merge remote-tracking branch 'origin/master' into develop
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