OpenStickFoundation / GP2040-CE

Gamepad firmware for Raspberry Pi Pico and other RP2040 microcontrollers supporting Nintendo Switch, XInput and DirectInput
https://www.gp2040-ce.info
MIT License
186 stars 42 forks source link

Fixed Player LEDs in the NeoPico LED code #93

Closed arntsonl closed 2 years ago

arntsonl commented 2 years ago

This code fixes the player LEDs in the NeoPico LED code. I missed 2 lines when I was porting the code over, easy fix.

The following is an example taken from the Crush Counter code:

define PLED_TYPE PLED_TYPE_RGB

define PLED1_PIN 12

define PLED2_PIN 13

define PLED3_PIN 14

define PLED4_PIN 15