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>
This commit is contained in:
datafx
2021-01-20 02:32:39 -05:00
committed by GitHub
parent 9a070475ef
commit 1328ab7c7d
2 changed files with 31 additions and 30 deletions

View File

@@ -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