diff options
Diffstat (limited to '4x5/config.h')
| -rw-r--r-- | 4x5/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/4x5/config.h b/4x5/config.h index 1893ae1..5dd35ca 100644 --- a/4x5/config.h +++ b/4x5/config.h @@ -48,8 +48,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define MATRIX_HAS_GHOST /* WS2812 RGB LED strip input and number of LEDs */ -// #define RGB_DI_PIN D3 -// #define RGBLED_NUM 12 +#define RGB_DI_PIN D1 +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 6 +#define RGBLIGHT_SPLIT +#define RGBLED_SPLIT {3, 3} /* number of backlight levels */ // #define BACKLIGHT_LEVELS 3 |
