diff options
author | Joel Challis <git@zvecr.com> | 2019-10-14 00:05:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 00:05:41 +0100 |
commit | e796d7b49ebe8d0398853abb0d2dfa86396aa630 (patch) | |
tree | be2c3f8977ed13ef4e42a6964748a6c3543b7272 /keyboards/handwired/splittest/teensy_2/config.h | |
parent | 2e7cd98c0644dc0f7f2a5cab5da7b0e019bd0810 (diff) |
Update splittest/teensy_2 to use SPLIT_USB_DETECT (#7028)
Diffstat (limited to 'keyboards/handwired/splittest/teensy_2/config.h')
-rw-r--r-- | keyboards/handwired/splittest/teensy_2/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/teensy_2/config.h b/keyboards/handwired/splittest/teensy_2/config.h index 3d0b0346ed..2b5bcf8e92 100644 --- a/keyboards/handwired/splittest/teensy_2/config.h +++ b/keyboards/handwired/splittest/teensy_2/config.h @@ -27,5 +27,7 @@ /* ws2812 RGB LED */ #define RGB_DI_PIN D3 +// teensy has vbus detection issues - use usb detection instead +#define SPLIT_USB_DETECT // required for teensy slave otherwise it "locks up" during startup #define NO_USB_STARTUP_CHECK |