summaryrefslogtreecommitdiff
path: root/keyboards/janus/mcuconf.h
diff options
context:
space:
mode:
authorSteven Karrmann <skarrmann@gmail.com>2022-09-24 11:35:37 -0400
committerGitHub <noreply@github.com>2022-09-24 08:35:37 -0700
commit3072feb8ed79c861a0066ec6721669dec6f6309f (patch)
tree6a38d84ca22d68425b0e37238183bd506095e67e /keyboards/janus/mcuconf.h
parent45cc7f1e94e2eeee2a25195fcb7719d08570272d (diff)
[Keyboard] Add Janus keyboard (#18367)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/janus/mcuconf.h')
-rw-r--r--keyboards/janus/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/janus/mcuconf.h b/keyboards/janus/mcuconf.h
new file mode 100644
index 0000000000..c41253d4fb
--- /dev/null
+++ b/keyboards/janus/mcuconf.h
@@ -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 \ No newline at end of file