Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BastardKB: upstream tbkmini #23813

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Next Next commit
tbkmini: Add USB_VBUS_PIN define
  • Loading branch information
0xcharly authored and finrod09 committed May 28, 2024
commit 518ca1c0ef182f952e56eba8c2be2df02241c12b
3 changes: 3 additions & 0 deletions keyboards/bastardkb/tbkmini/v2/splinky_2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
// #define SPLIT_HAND_PIN GP13
// #define SPLIT_HAND_PIN_LOW_IS_LEFT // High -> right, Low -> left.

/* VBUS detection. */
#define USB_VBUS_PIN GP25

/* Reset. */
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17
Expand Down
3 changes: 3 additions & 0 deletions keyboards/bastardkb/tbkmini/v2/splinky_3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
// #define SPLIT_HAND_PIN GP15
// #define SPLIT_HAND_PIN_LOW_IS_LEFT // High -> right, Low -> left.

/* VBUS detection. */
#define USB_VBUS_PIN GP19

/* Reset. */
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17
Expand Down