diff options
| author | Robert Mills | 2023-03-07 19:13:46 +0100 |
|---|---|---|
| committer | GitHub | 2023-03-07 19:13:46 +0100 |
| commit | 8812db1d64d8927a23fdca49dd2409e090998e35 (patch) | |
| tree | d1e0850e9fde158c1ece710fe13c3bfefcf12bfb /keyboards/karn/mcuconf.h | |
| parent | e6e11dfde77a82d197f30289ca6bff8d3921a439 (diff) | |
[Keyboard] Add Karn Keyboard (#19846)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/karn/mcuconf.h')
| -rw-r--r-- | keyboards/karn/mcuconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/karn/mcuconf.h b/keyboards/karn/mcuconf.h new file mode 100644 index 0000000000..766fa7d06e --- /dev/null +++ b/keyboards/karn/mcuconf.h @@ -0,0 +1,9 @@ +// Copyright 2022 Robert Mills (@robcmills) +// 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 |