From 679bf09197976b9e09c2f0c5a1be769a64dce73d Mon Sep 17 00:00:00 2001 From: adophoxia <100170946+adophoxia@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:00:13 -0700 Subject: [PATCH] Add `VIALRGB_ENABLE = yes` to `rules.mk` (#567) --- keyboards/monsgeek/m1/keymaps/vial/rules.mk | 1 + keyboards/monsgeek/m5/keymaps/vial/rules.mk | 3 ++- keyboards/monsgeek/m6/keymaps/vial/rules.mk | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/keyboards/monsgeek/m1/keymaps/vial/rules.mk b/keyboards/monsgeek/m1/keymaps/vial/rules.mk index c6bf6798de5..c0a1cb3cc76 100644 --- a/keyboards/monsgeek/m1/keymaps/vial/rules.mk +++ b/keyboards/monsgeek/m1/keymaps/vial/rules.mk @@ -1,3 +1,4 @@ VIA_ENABLE = yes VIAL_ENABLE = yes +VIALRGB_ENABLE = yes ENCODER_MAP_ENABLE = yes \ No newline at end of file diff --git a/keyboards/monsgeek/m5/keymaps/vial/rules.mk b/keyboards/monsgeek/m5/keymaps/vial/rules.mk index 6bc7063adc2..31bb6d699f9 100644 --- a/keyboards/monsgeek/m5/keymaps/vial/rules.mk +++ b/keyboards/monsgeek/m5/keymaps/vial/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes -VIAL_ENABLE = yes \ No newline at end of file +VIAL_ENABLE = yes +VIALRGB_ENABLE = yes \ No newline at end of file diff --git a/keyboards/monsgeek/m6/keymaps/vial/rules.mk b/keyboards/monsgeek/m6/keymaps/vial/rules.mk index 6bc7063adc2..31bb6d699f9 100644 --- a/keyboards/monsgeek/m6/keymaps/vial/rules.mk +++ b/keyboards/monsgeek/m6/keymaps/vial/rules.mk @@ -1,2 +1,3 @@ VIA_ENABLE = yes -VIAL_ENABLE = yes \ No newline at end of file +VIAL_ENABLE = yes +VIALRGB_ENABLE = yes \ No newline at end of file