summaryrefslogtreecommitdiff
path: root/keyboards/eason/aeroboard/halconf.h
diff options
context:
space:
mode:
authoreason <98533237+EasonQian1@users.noreply.github.com>2023-02-07 15:54:10 +0800
committerGitHub <noreply@github.com>2023-02-07 00:54:10 -0700
commit4d5abe1e74e8306bbef91bee75989d8efe6812d3 (patch)
tree90eb89179993a2f4d3a6504b252680bb4363e207 /keyboards/eason/aeroboard/halconf.h
parent3dae56b634e610ce72fdcb9bd3bff2dda330b83e (diff)
[Keyboard] Add aeroboard (#19087)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/eason/aeroboard/halconf.h')
-rw-r--r--keyboards/eason/aeroboard/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/eason/aeroboard/halconf.h b/keyboards/eason/aeroboard/halconf.h
new file mode 100644
index 0000000000..7dda577da1
--- /dev/null
+++ b/keyboards/eason/aeroboard/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2022 Eason
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_SPI TRUE
+
+#include_next <halconf.h>