Fix RGB_MATRIX_SPLIT_RIGHT config

This commit is contained in:
Richard Baptist 2019-07-10 17:25:30 +02:00
parent 0a223c6069
commit f304bac226
No known key found for this signature in database
GPG Key ID: 115D8B1815981F35

View File

@ -29,4 +29,6 @@ BOOTLOADER = qmk-dfu
OLED_DRIVER_ENABLE = yes OLED_DRIVER_ENABLE = yes
ifneq ($(strip $(OLED_DRIVER_ENABLE)), yes)
RGB_MATRIX_SPLIT_RIGHT=yes RGB_MATRIX_SPLIT_RIGHT=yes
endif