diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-26 04:07:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-26 04:07:05 +0000 |
commit | c19a2217197e761a458a640d68aeb36666768536 (patch) | |
tree | a42c83b59628edca40d80b5698a4cafd7cb9098b | |
parent | e64705d2f40d209d4a52f1431c896cc3944757a1 (diff) | |
parent | 8783d0c73d7770bea4e61a8a9b5bd0a5ce2f9fd0 (diff) | |
download | qmk_firmware-c19a2217197e761a458a640d68aeb36666768536.tar.gz qmk_firmware-c19a2217197e761a458a640d68aeb36666768536.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/xelus/pachi/rgb/keymaps/via/config.h | 3 |
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 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 |