1
0
Fork 0

Fixes midi functionality

This commit is contained in:
Jack Humbert 2016-07-24 22:07:43 -04:00
parent 4aa7d2e206
commit 8b94e26d7c
5 changed files with 17 additions and 17 deletions

View file

@ -69,9 +69,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
)
/* ws2812 RGB LED */
#define RGB_DI_PIN D2
#define RGB_DI_PIN D4
#define RGBLIGHT_TIMER
#define RGBLED_NUM 28 // Number of LEDs
#define RGBLED_NUM 8 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17