Skip to content

Commit

Permalink
re-add USB - it works!
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Dec 19, 2023
1 parent 594d6ee commit e9cc270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/JOLTJS.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
'makefile' : [
# 'DEFINES += -DCONFIG_GPIO_AS_PINRESET', # Allow the reset pin to work
# 'DEFINES += -DNRF_USB=1 -DUSB',
'DEFINES += -DNRF_USB=1 -DUSB',
'DEFINES += -DNEOPIXEL_SCK_PIN=1 -DNEOPIXEL_LRCK_PIN=26', # nRF52840 needs LRCK pin defined for neopixel
'DEFINES += -DNRF_SDH_BLE_GATT_MAX_MTU_SIZE=131', # 23+x*27 rule as per https://devzone.nordicsemi.com/f/nordic-q-a/44825/ios-mtu-size-why-only-185-bytes
'DEFINES += -DCENTRAL_LINK_COUNT=2 -DNRF_SDH_BLE_CENTRAL_LINK_COUNT=2', # allow two outgoing connections at once
Expand Down

0 comments on commit e9cc270

Please sign in to comment.