summaryrefslogtreecommitdiffstats
path: root/keyboards/akko/acr87/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-06-15 04:24:28 +0000
committerQMK Bot <hello@qmk.fm>2023-06-15 04:24:28 +0000
commit5c03941405c7b76cd2f14ea871c635452a3ca22c (patch)
treed76feaf866958fffda096e19e8e5ba3a9294a4ae /keyboards/akko/acr87/halconf.h
parent03c4530e8c207677cf5830228b15e1868808e2a4 (diff)
parentbbba1d07f94490440bb002148cf9aa10cf8f8ccf (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/akko/acr87/halconf.h')
-rw-r--r--keyboards/akko/acr87/halconf.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/akko/acr87/halconf.h b/keyboards/akko/acr87/halconf.h
new file mode 100644
index 0000000000..2f64e65393
--- /dev/null
+++ b/keyboards/akko/acr87/halconf.h
@@ -0,0 +1,23 @@
+/* Copyright (C) 2022 jonylee@hfd
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#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>