File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ adafruit_neotrinkey_m0.build.board=NEOTRINKEY_M0
402
402
adafruit_neotrinkey_m0.build.core=arduino
403
403
adafruit_neotrinkey_m0.build.extra_flags=-DCRYSTALLESS -DADAFRUIT_NEOTRINKEY_M0 -D__SAMD21E18A__ -DARM_MATH_CM0PLUS {build.usb_flags}
404
404
adafruit_neotrinkey_m0.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
405
- adafruit_neotrinkey_m0.build.openocdscript=openocd_scripts/trinket_m0 .cfg
405
+ adafruit_neotrinkey_m0.build.openocdscript=openocd_scripts/neotrinkey_m0 .cfg
406
406
adafruit_neotrinkey_m0.build.variant=neotrinkey_m0
407
407
adafruit_neotrinkey_m0.build.variant_system_lib=
408
408
adafruit_neotrinkey_m0.build.vid=0x239A
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ extern "C"
78
78
79
79
// LEDs
80
80
#define PIN_NEOPIXEL (0u)
81
+ #define NUM_NEOPIXEL (4u)
81
82
82
83
/*
83
84
* Analog pins
You can’t perform that action at this time.
0 commit comments