aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xelus
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2021-06-26 14:06:36 +1000
committerGitHub <noreply@github.com>2021-06-25 21:06:36 -0700
commit8783d0c73d7770bea4e61a8a9b5bd0a5ce2f9fd0 (patch)
tree76adaf2881a17e275ebacd4fa1a2824c59293440 /keyboards/xelus
parent79cc6ce2d0d860680834e9b0cadfbe42e789fa0c (diff)
downloadqmk_firmware-8783d0c73d7770bea4e61a8a9b5bd0a5ce2f9fd0.tar.gz
qmk_firmware-8783d0c73d7770bea4e61a8a9b5bd0a5ce2f9fd0.zip
[Keyboard] Enable RGB Matrix VIA side for Pachi RGB (#13308)
Diffstat (limited to 'keyboards/xelus')
-rw-r--r--keyboards/xelus/pachi/rgb/keymaps/via/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/xelus/pachi/rgb/keymaps/via/config.h b/keyboards/xelus/pachi/rgb/keymaps/via/config.h
index 9e2988837..76d009f29 100644
--- a/keyboards/xelus/pachi/rgb/keymaps/via/config.h
+++ b/keyboards/xelus/pachi/rgb/keymaps/via/config.h
@@ -19,6 +19,9 @@
19// 3 layers or else it will not fit in EEPROM 19// 3 layers or else it will not fit in EEPROM
20#define DYNAMIC_KEYMAP_LAYER_COUNT 3 20#define DYNAMIC_KEYMAP_LAYER_COUNT 3
21 21
22// Enable RGB Matrix
23#define VIA_QMK_RGBLIGHT_ENABLE
24
22#define USB_POLLING_INTERVAL_MS 1 25#define USB_POLLING_INTERVAL_MS 1
23#define QMK_KEYS_PER_SCAN 4 26#define QMK_KEYS_PER_SCAN 4
24 27