From 8783d0c73d7770bea4e61a8a9b5bd0a5ce2f9fd0 Mon Sep 17 00:00:00 2001 From: Xelus22 <17491233+Xelus22@users.noreply.github.com> Date: Sat, 26 Jun 2021 14:06:36 +1000 Subject: [PATCH] [Keyboard] Enable RGB Matrix VIA side for Pachi RGB (#13308) --- keyboards/xelus/pachi/rgb/keymaps/via/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/xelus/pachi/rgb/keymaps/via/config.h b/keyboards/xelus/pachi/rgb/keymaps/via/config.h index 9e29888374..76d009f29e 100644 --- a/keyboards/xelus/pachi/rgb/keymaps/via/config.h +++ b/keyboards/xelus/pachi/rgb/keymaps/via/config.h @@ -19,6 +19,9 @@ // 3 layers or else it will not fit in EEPROM #define DYNAMIC_KEYMAP_LAYER_COUNT 3 +// Enable RGB Matrix +#define VIA_QMK_RGBLIGHT_ENABLE + #define USB_POLLING_INTERVAL_MS 1 #define QMK_KEYS_PER_SCAN 4