forked from mirrors/qmk_userspace
Update splittest/teensy_2 to use SPLIT_USB_DETECT (#7028)
This commit is contained in:
parent
2e7cd98c06
commit
e796d7b49e
2 changed files with 2 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue