The instructions on page 45 of the Rover User Guide, for controlling the 6 cool blue LEDs, are incorrect. You only need to make one connection, the LEDs already have the other end connected to ground. This is shown on the schematic.
To test:
Connect pin 13 to the pin on the LED SEL jumper, next to the outside edge of the board. Now run the “Blink” sketch in the Arduino software (New > Examples > Basics). All six of the blue LEDs will blink along with the green LED that is always connected to pin 13.
Now you can control the six blue LEDs and use them to blink and indicate something happening in your software.
Jeff