mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
603586800c
* adding Elysian * corrections from zvecr
15 lines
244 B
C
15 lines
244 B
C
// Copyright 2024 customMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_SPI TRUE
|
|
|
|
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
|
|
|
#define SERIAL_BUFFERS_SIZE 256
|
|
|
|
#define SPI_USE_WAIT TRUE
|
|
|
|
#include_next <halconf.h>
|