mostly working
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
RGBLIGHT_ENABLE = yes
|
||||
MIDI_ENABLE = yes
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../../../Makefile
|
||||
|
||||
@@ -5,10 +5,12 @@
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGB_DI_PIN D7
|
||||
// #define RGBLIGHT_TIMER
|
||||
#define RGBLIGHT_TIMER
|
||||
#define RGBLED_NUM 15 // Number of LEDs
|
||||
#define RGBLIGHT_HUE_STEP 12
|
||||
#define RGBLIGHT_SAT_STEP 255
|
||||
#define RGBLIGHT_VAL_STEP 12
|
||||
|
||||
#define RGB_MIDI
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user