forked from vial-kb/vial-qmk
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make adjustments for rj12 legacy support for manuform function row
- Loading branch information
Showing
5 changed files
with
227 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
keyboards/cyboard/dactyl/manuform_function_row/rj12/config.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* Copyright 2023 Cyboard LLC (@Cyboard-DigitalTailor) | ||
* SPDX-License-Identifier: GPL-2.0-or-later | ||
*/ | ||
|
||
#pragma once | ||
|
||
/* Split keyboard settings */ | ||
#undef SPLIT_HAND_PIN | ||
#define MASTER_LEFT | ||
|
||
#undef SERIAL_USART_TX_PIN | ||
#define SERIAL_USART_TX_PIN GP0 | ||
|
||
#undef USB_VBUS_PIN | ||
#define USB_VBUS_PIN GP19 | ||
|
||
|
Oops, something went wrong.