1
0
Fork 0

Add RGB Matrix support for Preonic rev3 (#12008)

* Add g_led_config for RGB Matrix support

* Corrected indentation

* Undo indentation on existing rev3.c code

Co-authored-by: filterpaper <filterpaper@localhost>
This commit is contained in:
Albert Y 2021-02-28 14:15:38 +08:00 committed by GitHub
parent 51eac99ce4
commit db7c8562ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 1 deletions

View file

@ -124,6 +124,7 @@
#define RGB_DI_PIN A1
#define RGBLED_NUM 9
#define RGBLIGHT_ANIMATIONS
// RGB Matrix support
#define DRIVER_LED_TOTAL RGBLED_NUM
#endif