From d11692ebf9ab64b98f107dfd9141a131a0f9eee0 Mon Sep 17 00:00:00 2001 From: H3lli0n Date: Tue, 3 Sep 2024 14:41:51 +0200 Subject: [PATCH] feat: default activated feature --- keyboards/hlb/poorkoi/keymaps/vial/rules.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/keyboards/hlb/poorkoi/keymaps/vial/rules.mk b/keyboards/hlb/poorkoi/keymaps/vial/rules.mk index 8e955607f5..f8fe696a05 100644 --- a/keyboards/hlb/poorkoi/keymaps/vial/rules.mk +++ b/keyboards/hlb/poorkoi/keymaps/vial/rules.mk @@ -1,3 +1,5 @@ ENCODER_MAP_ENABLE = yes VIA_ENABLE = yes -VIAL_ENABLE = yes \ No newline at end of file +VIAL_ENABLE = yes +RGBLIGHT_ENABLE = yes +NKRO_ENABLE = yes