add an error message when compiling with VIA_ENABLE=yes and VIAL_ENABLE=no
This commit is contained in:
parent
8127831f97
commit
f2c521edfa
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
# error "DYNAMIC_KEYMAP_ENABLE is not enabled"
|
||||
#endif
|
||||
|
||||
#ifndef VIAL_ENABLE
|
||||
#error Compiling VIA keymaps is not supported with the vial-qmk repo, please use qmk_firmware instead, or set VIAL_ENABLE=yes
|
||||
#endif
|
||||
|
||||
// If VIA_CUSTOM_LIGHTING_ENABLE is not defined, then VIA_QMK_BACKLIGHT_ENABLE is set
|
||||
// if BACKLIGHT_ENABLE is set, so handling of QMK Backlight values happens here by default.
|
||||
// if VIA_CUSTOM_LIGHTING_ENABLE is defined, then VIA_QMK_BACKLIGHT_ENABLE must be explicitly
|
||||
|
|
Loading…
Reference in a new issue