forked from mirrors/qmk_userspace
[Keyboard] Add Kaly42 (#22282)
* Added Kaly/Kaly42 keyboard's minimal files. * Updated readme.md; New link and improved description text. * Apply suggestions from code review Added all suggestions given by @dunk2k Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Added community_layouts to info.json. Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
parent
e0c00c35ce
commit
f5cd30458a
7 changed files with 174 additions and 0 deletions
9
keyboards/kaly/kaly42/config.h
Normal file
9
keyboards/kaly/kaly42/config.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2023 Kael Soares Augusto (@Dwctor)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define SERIAL_USART_FULL_DUPLEX // Enable full duplex operation mode.
|
||||
|
||||
#define SERIAL_USART_TX_PIN B6 // USART TX pin
|
||||
#define SERIAL_USART_RX_PIN B7 // USART RX pin
|
||||
Loading…
Add table
Add a link
Reference in a new issue