Skip to content

Commit

Permalink
make adjustments for rj12 legacy support for manuform function row
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Jun 20, 2024
1 parent 16b5d30 commit da49647
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 207 deletions.
6 changes: 6 additions & 0 deletions keyboards/cyboard/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
#pragma once

/* Split keyboard settings */

#ifndef SERIAL_USART_TX_PIN
#define SERIAL_USART_TX_PIN GP28
#endif

#define SPLIT_HAND_PIN GP0

/* RGB settings */
Expand All @@ -27,7 +31,9 @@
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U

#ifndef USB_VBUS_PIN
#define USB_VBUS_PIN GP27
#endif

/* Vial set up */
#define VIAL_KEYBOARD_UID {0xC4, 0xCC, 0xB4, 0x76, 0x30, 0x16, 0xFC, 0x70}
Expand Down
17 changes: 17 additions & 0 deletions keyboards/cyboard/dactyl/manuform_function_row/rj12/config.h
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


Loading

0 comments on commit da49647

Please sign in to comment.