1
0
Fork 0

Add riblee handwired split keyboard (#22277)

This commit is contained in:
Reibl János Dániel 2023-11-08 09:31:06 +01:00 committed by GitHub
parent 7324650714
commit 2337cd1186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 314 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// Copyright 2023 Daniel Reibl (@riblee)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// If the pin is high, then the controller assumes it is the left hand, and if its low, its assumed to be the right side.
#define SPLIT_HAND_PIN C15
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN B6
#define SERIAL_USART_RX_PIN B7