[Keyboard] Add splitkb.com's Halcyon Elora rev2 (#24790)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
92c4f0095d
commit
01354fffb4
10 changed files with 880 additions and 0 deletions
14
keyboards/splitkb/halcyon/elora/rev2/mcuconf.h
Normal file
14
keyboards/splitkb/halcyon/elora/rev2/mcuconf.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Copyright 2025 splitkb.com (support@splitkb.com)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
//// VIK
|
||||
|
||||
#undef RP_I2C_USE_I2C0
|
||||
#define RP_I2C_USE_I2C0 TRUE
|
||||
|
||||
#undef RP_SPI_USE_SPI1
|
||||
#define RP_SPI_USE_SPI1 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue