Compiled firmware with AVRDude & Eclipse, so far so good but can't seem to set-mode

Hi,

So I’ve managed to compile the Blinkstick firmware and am trying to use it with chained WS2812 but I’m not able to set the mode of the ATTIny85 using --set-mode. The git repo hasn’t been updated in 3 years and I feel like set-mode with introduced more recently then that.

There’s nothing that I can see in in main.cpp about ‘setting a mode’ from what I can see it just communicates over USB executing addressed or storing/reading things in EEPROM.

games-imac:~ game$ blinkstick --set-mode 2
games-imac:~ game$ blinkstick --info
Found device:
Manufacturer: Agile Innovative Ltd
Description: BlinkStick
Serial: BS000007-1.0
Current Color: #000000
Mode: -1
LEDs: unsupported
Info Block 1:
Info Block 2:

Found it on a separate branch for the WS2812 and got it working, but still no set-mode… Weird thought they’d all be in master now as that what it seems like functionality wise.

Mode setting is supported only in the pro branch. Can you post the blinkstick --info command output once you have uploaded the pro firmware?