~ruther/qmk_firmware

ref: a0bb7ff9925c8e32664aa2020e5ece848ea1d60b qmk_firmware/keyboards/junco/rev1/config.h -rw-r--r-- 381 bytes
a0bb7ff9 — Ryan `latinpad/latin60rgb`: move RGB Matrix LED config to data driven (#24076) 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
// Copyright 2022 Dane Skalski (@Daneski13)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

// Split Keyboard Stuff
#define EE_HANDS                 // Sets the keyboard’s handedness using EEPROM
#define SERIAL_USART_FULL_DUPLEX // Use full duplex communication (TRRS)
#define SERIAL_USART_TX_PIN GP0  // USART TX pin
#define SERIAL_USART_RX_PIN GP1  // USART RX pin
Do not follow this link