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

Adding alternative configs for Piantor and update example #21452

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions keyboards/beekeeb/piantor/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN GP0
#define SERIAL_USART_RX_PIN GP1

// When USB_VBUS_PIN is not defined, SPLIT_USB_DETECT is used.
#define USB_VBUS_PIN GP24 // for Raspberry Pi Pico
Comment on lines +14 to +15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// When USB_VBUS_PIN is not defined, SPLIT_USB_DETECT is used.
#define USB_VBUS_PIN GP24 // for Raspberry Pi Pico

1 change: 1 addition & 0 deletions keyboards/beekeeb/piantor/no_vbus_sense/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#undef USB_VBUS_PIN
drashna marked this conversation as resolved.
Show resolved Hide resolved
duncanam marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#undef USB_VBUS_PIN

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# This file intentionally left blank

Empty file.
4 changes: 4 additions & 0 deletions keyboards/beekeeb/piantor/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Make example for this keyboard (after setting up your build environment):
Flashing example for this keyboard:

make beekeeb/piantor:default:flash

Flashing example for Weact, using Miryoku for the keymap:

make beekeeb/piantor/weact:manna-harbour_miryoku:flash

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

Expand Down
2 changes: 2 additions & 0 deletions keyboards/beekeeb/piantor/weact/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#undef USB_VBUS_PIN
drashna marked this conversation as resolved.
Show resolved Hide resolved
duncanam marked this conversation as resolved.
Show resolved Hide resolved
#define USB_VBUS_PIN GP29
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# This file intentionally left blank

Empty file.