diff options
Diffstat (limited to 'keyboards/cantor/mcuconf.h')
-rw-r--r-- | keyboards/cantor/mcuconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/cantor/mcuconf.h b/keyboards/cantor/mcuconf.h new file mode 100644 index 0000000000..9274e1b9ca --- /dev/null +++ b/keyboards/cantor/mcuconf.h @@ -0,0 +1,9 @@ +// Copyright 2022 Diego Palacios (@diepala) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include_next <mcuconf.h> + +#undef STM32_SERIAL_USE_USART1 +#define STM32_SERIAL_USE_USART1 TRUE |