mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 11:52:59 +00:00
8 lines
136 B
C
8 lines
136 B
C
|
#pragma once
|
||
|
|
||
|
#define HAL_USE_SPI TRUE
|
||
|
#define SPI_USE_WAIT TRUE
|
||
|
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||
|
|
||
|
#include_next <halconf.h>
|