summaryrefslogtreecommitdiff
path: root/keyboards/kaly/kaly42/config.h
diff options
context:
space:
mode:
authorKael Augusto <45074062+Dwctor@users.noreply.github.com>2023-10-27 01:10:30 -0300
committerGitHub <noreply@github.com>2023-10-26 22:10:30 -0600
commitf5cd30458a91aeeb1ac785b562550607c09054d6 (patch)
treea1868b03bc790f7dd7699dd377f78c43b28cdfdc /keyboards/kaly/kaly42/config.h
parente0c00c35ce195dc0ab3f729235b9490dc69592ec (diff)
[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>
Diffstat (limited to 'keyboards/kaly/kaly42/config.h')
-rw-r--r--keyboards/kaly/kaly42/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/kaly/kaly42/config.h b/keyboards/kaly/kaly42/config.h
new file mode 100644
index 0000000000..e97f0a8aa4
--- /dev/null
+++ b/keyboards/kaly/kaly42/config.h
@@ -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