diff options
Diffstat (limited to 'keyboards/jisplit89/rev1/config.h')
-rw-r--r-- | keyboards/jisplit89/rev1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jisplit89/rev1/config.h b/keyboards/jisplit89/rev1/config.h index a745ec834..a2ba9040f 100644 --- a/keyboards/jisplit89/rev1/config.h +++ b/keyboards/jisplit89/rev1/config.h | |||
@@ -51,9 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
51 | #define RGB_DI_PIN D3 | 51 | #define RGB_DI_PIN D3 |
52 | 52 | ||
53 | #ifndef RGBLED_NUM | 53 | #ifndef RGBLED_NUM |
54 | #define RGBLED_NUM 31 | 54 | #define RGBLED_NUM 32 |
55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
56 | #define RGBLED_SPLIT { 11, 20 } | 56 | #define RGBLED_SPLIT { 11, 21 } |
57 | #endif | 57 | #endif |
58 | 58 | ||
59 | #define RGBLIGHT_ANIMATIONS | 59 | #define RGBLIGHT_ANIMATIONS |