diff options
| author | Alabahuy | 2021-01-24 01:16:24 +0100 |
|---|---|---|
| committer | GitHub | 2021-01-24 01:16:24 +0100 |
| commit | 29c9c6bf56bc0d7f194b2b69f209d55f27eff72d (patch) | |
| tree | 515742acb9c9f96d4d7ea5bedc854067094fa521 /keyboards/rart/rart4x4 | |
| parent | 78693dfa31a1b63f2e88817a64fb96d14b198dc9 (diff) | |
Fix number RGB RART4x4 dan matrix pin RART45 (#11582)
* Update config.h
* Update config.h
Diffstat (limited to 'keyboards/rart/rart4x4')
| -rw-r--r-- | keyboards/rart/rart4x4/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/rart/rart4x4/config.h b/keyboards/rart/rart4x4/config.h index 0d79e31403..e203cdaaab 100644 --- a/keyboards/rart/rart4x4/config.h +++ b/keyboards/rart/rart4x4/config.h @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D3 #ifdef RGB_DI_PIN #define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 5 +#define RGBLED_NUM 7 #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 |