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

Added more information about USB Cables #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
16 changes: 16 additions & 0 deletions troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ A couple of commonly encountered issues are explained here.

Click a question below to jump to the answer!

* [I plugged it in and nothing happens!](#I-plugged-it-in-and-nothing-happens)

* [I press a key and nothing happens!](#I-press-a-key-and-nothing-happens)

* [The letters and symbols come out wrong!](#The-letters-and-symbols-come-out-wrong)
Expand Down Expand Up @@ -44,6 +46,20 @@ If you have some issues that's not in this list, feel free to join our [Official

----

## I plugged it in and nothing happens!

If after assembling your new duckyPad, and you plug it in, only to find the screen doesn't work, nor do the keyboard backlights light up, don't despair - chance are that it's probably an incompatible cable, rather than anything wrong with the hardware.

We've found that some USB-C to USB-C cables don't work with the duckyPad on Mac's. For example, these cable do **not** work when connecting a duckyPad to an Apple Silicon MacBook Pro:

- Thunderbolt 3 cable (USB-C to USB-C)
- Thunderbolt 4 cable (USB-C to USB-C)
- USB 3.1/USB 3.1 Gen 2/USB 3.2 Gen 2x1 (USB-C to USB-C)

However, using a USB 3.0 Standard-A to USB-C cable (with an [Apple USB-C to USB Adapter](https://www.apple.com/au/shop/product/MJ1M2AM/A/usb-c-to-usb-adapter)) works great.

Long story short - if you plug in your new duckyPad and nothing happens - try a different cable.

## I press a key and nothing happens!

First, make sure the key has a valid script mapped to it. If in doubt, use one of the sample profiles.
Expand Down