mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2025-01-08 18:11:01 +06:00
10 lines
216 B
C
10 lines
216 B
C
#pragma once
|
|
|
|
/* ws2812 RGB LED */
|
|
#define RGB_DI_PIN D1
|
|
#define RGBLIGHT_ANIMATIONS
|
|
#define RGBLED_NUM 28 // Number of LEDs
|
|
#define RGBLIGHT_HUE_STEP 10
|
|
#define RGBLIGHT_SAT_STEP 17
|
|
#define RGBLIGHT_VAL_STEP 17
|