diff options
author | datafx <2432997+datafx@users.noreply.github.com> | 2021-01-20 02:32:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 23:32:39 -0800 |
commit | 1328ab7c7defdca40872273147f387618b1a48c3 (patch) | |
tree | 1049397c6b5df06211f85c60e4c61cc8d5c1d823 /keyboards/monstargear/xo87/rgb/config.h | |
parent | 9a070475efa91f777d2399534b27ae7806a3b107 (diff) |
Correct LED physical mapping on monstargear xo87 rgb pcb (#11629)
* corrected LED physical mapping
* Corrected issue that made VIA display layer 1 incorrectly
Co-authored-by: datafx <digitalfx@phreak.tech>
Diffstat (limited to 'keyboards/monstargear/xo87/rgb/config.h')
-rw-r--r-- | keyboards/monstargear/xo87/rgb/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/monstargear/xo87/rgb/config.h b/keyboards/monstargear/xo87/rgb/config.h index 939ab574ee..0d92c274e4 100644 --- a/keyboards/monstargear/xo87/rgb/config.h +++ b/keyboards/monstargear/xo87/rgb/config.h @@ -26,7 +26,7 @@ #define PRODUCT XO87 /* key matrix size */ -#define MATRIX_ROWS 8 +#define MATRIX_ROWS 6 #define MATRIX_COLS 16 #define BACKLIGHT_PIN F5 @@ -39,7 +39,7 @@ #define RGB_DISABLE_WHEN_USB_SUSPENDED true #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 100 // limits maximum brightness of LEDs to 100 out of 255. -#define RGBLIGHT_LIMIT_VAL 100 // limits maximum brightness of LEDs to 100 out of 255. +#define RGBLIGHT_LIMIT_VAL 100 // limits maximum brightness of LEDs to 100 out of 255. #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_FRAMEBUFFER_EFFECTS #define RGBLED_NUM 110 |