diff options
| author | eason | 2023-02-07 08:54:10 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-07 08:54:10 +0100 |
| commit | 4d5abe1e74e8306bbef91bee75989d8efe6812d3 (patch) | |
| tree | 90eb89179993a2f4d3a6504b252680bb4363e207 /keyboards/eason/aeroboard/halconf.h | |
| parent | 3dae56b634e610ce72fdcb9bd3bff2dda330b83e (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.h | 8 |
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> |