diff options
Diffstat (limited to 'keyboards/custommk/elysian/halconf.h')
-rw-r--r-- | keyboards/custommk/elysian/halconf.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/custommk/elysian/halconf.h b/keyboards/custommk/elysian/halconf.h new file mode 100644 index 0000000000..5b2f7eedd2 --- /dev/null +++ b/keyboards/custommk/elysian/halconf.h @@ -0,0 +1,14 @@ +// 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> |