summaryrefslogtreecommitdiffstats
path: root/keyboards/akko/acr87/halconf.h
diff options
context:
space:
mode:
authorjonylee@hfd <108282809+jonylee1986@users.noreply.github.com>2023-06-15 12:23:46 +0800
committerGitHub <noreply@github.com>2023-06-14 22:23:46 -0600
commitbbba1d07f94490440bb002148cf9aa10cf8f8ccf (patch)
tree6488b9a0107be8f15be39d8cb3ef4a95abbc0137 /keyboards/akko/acr87/halconf.h
parent3703d5a83b6ba6d1abd20049eb920fbce417f91c (diff)
[Keyboard] add acr87 keyboard. (#21200)
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>