[Keyboard] Add Janus keyboard (#18367)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
45cc7f1e94
commit
3072feb8ed
8 changed files with 200 additions and 0 deletions
9
keyboards/janus/mcuconf.h
Normal file
9
keyboards/janus/mcuconf.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2022 Steven Karrmann (@skarrmann)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_SIO_USE_UART0
|
||||
#define RP_SIO_USE_UART0 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue