1
0
Fork 0

[Keyboard] Split RGB Matrix Zygomorph support (#11083)

This commit is contained in:
XScorpion2 2021-03-17 01:56:39 -05:00 committed by GitHub
parent d4ac56226d
commit 60837c9d0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 71 deletions

View file

@ -55,7 +55,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_NUM 60
#define RGBLED_SPLIT { 30, 30 }
#endif
#define DRIVER_LED_TOTAL 30
#define DRIVER_LED_TOTAL 60
#define RGB_MATRIX_SPLIT { 30, 30 }
#ifdef IOS_DEVICE_ENABLE
#define RGBLIGHT_LIMIT_VAL 40