diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-24 15:36:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-24 15:36:12 +0000 |
commit | 6b94c4d7916a09682e4065df8ea9cf83601200ac (patch) | |
tree | cb96f76c9e28837d97c07180b8dfb0e882bd15ca /keyboards/janus/mcuconf.h | |
parent | 4add8748676596cfa67f82d7ca1a6a1154ba0c7c (diff) | |
parent | 3072feb8ed79c861a0066ec6721669dec6f6309f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/janus/mcuconf.h')
-rw-r--r-- | keyboards/janus/mcuconf.h | 9 |
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 |