Fix vial rules.mk for rev1_5 compatibility
This commit is contained in:
parent
5e300af537
commit
d447a713ab
1 changed files with 4 additions and 4 deletions
|
|
@ -1,15 +1,15 @@
|
|||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
LTO_ENABLE = no
|
||||
LTO_ENABLE = yes
|
||||
|
||||
RGBLIGHT_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = yes # Can't have RGBLIGHT and RGB_MATRIX at the same time.
|
||||
VIALRGB_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = no
|
||||
OLED_ENABLE = no
|
||||
OLED_DRIVER = SSD1306
|
||||
EXTRAKEY_ENABLE = yes
|
||||
COMBO_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = no
|
||||
COMBO_ENABLE = no
|
||||
|
||||
QMK_SETTINGS = no
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue