Add Reverb keyboard. (#22387)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
0059393868
commit
4b3f9b8b3a
17 changed files with 3185 additions and 0 deletions
9
keyboards/dasky/reverb/mcuconf.h
Normal file
9
keyboards/dasky/reverb/mcuconf.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2023 Dasky (@daskygit)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_SPI_USE_SPI0
|
||||
#define RP_SPI_USE_SPI0 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue