[Keyboard] Add Elysian (#23949)
* adding Elysian * corrections from zvecr
This commit is contained in:
parent
90b043e01c
commit
603586800c
10 changed files with 177 additions and 0 deletions
14
keyboards/custommk/elysian/halconf.h
Normal file
14
keyboards/custommk/elysian/halconf.h
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue