mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
4b3f9b8b3a
Co-authored-by: Joel Challis <git@zvecr.com>
9 lines
148 B
C
9 lines
148 B
C
// Copyright 2023 Dasky (@daskygit)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_SPI TRUE
|
|
|
|
#include_next <halconf.h>
|