[Keyboard] Add recore keyboard (#23320)
Co-authored-by: joliverMI <qmk@Desktop2023> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
parent
2d8902c884
commit
041f60f9a9
7 changed files with 292 additions and 0 deletions
18
keyboards/pmk/recore/v3/config.h
Normal file
18
keyboards/pmk/recore/v3/config.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
// Copyright 2023 Javier Oliver (@joliverMI)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
/*Split keyboard configuration*/
|
||||
// Hardware Settings
|
||||
#define SERIAL_USART_FULL_DUPLEX
|
||||
#define SERIAL_USART_TX_PIN GP1
|
||||
#define SERIAL_USART_RX_PIN GP0
|
||||
|
||||
// Communication Settings
|
||||
#define FORCED_SYNC_THROTTLE_MS 1000
|
||||
#define SPLIT_MAX_CONNECTION_ERRORS 5
|
||||
#define SPLIT_CONNECTION_CHECK_TIMEOUT 2000
|
||||
|
||||
// RGB Configuration
|
||||
#define RGBLIGHT_EFFECT_BREATHE_CENTER 2.0 //1.0 to 2.7
|
Loading…
Add table
Add a link
Reference in a new issue