mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
11 lines
218 B
C
11 lines
218 B
C
// Copyright 2023 wind (@yelishang)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_SPI TRUE
|
|
#define SPI_USE_WAIT TRUE
|
|
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
|
|
|
#include_next <halconf.h>
|