Added Cantor keyboard (#16552)
This commit is contained in:
parent
0103f7877a
commit
e6071b891a
7 changed files with 193 additions and 0 deletions
9
keyboards/cantor/mcuconf.h
Normal file
9
keyboards/cantor/mcuconf.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue