summaryrefslogtreecommitdiff
path: root/keyboards/monstargear/xo87/rgb/rgb.c
diff options
context:
space:
mode:
authordatafx <2432997+datafx@users.noreply.github.com>2021-02-28 01:06:38 -0500
committerGitHub <noreply@github.com>2021-02-28 17:06:38 +1100
commit371fb853ee5a5004eab0ee09e5ad9b6978ba7531 (patch)
tree5062b4ccbf330ce4a6c7562ee1b81e80443e8020 /keyboards/monstargear/xo87/rgb/rgb.c
parenta0f532072d9f057f57c073521c2f587339ff8c20 (diff)
Fix incorrect key for LALT and add modifiers to LED matrix (#11984)
Co-authored-by: datafx <digitalfx@phreak.tech>
Diffstat (limited to 'keyboards/monstargear/xo87/rgb/rgb.c')
-rw-r--r--keyboards/monstargear/xo87/rgb/rgb.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/monstargear/xo87/rgb/rgb.c b/keyboards/monstargear/xo87/rgb/rgb.c
index e763995d02..6c08b66da2 100644
--- a/keyboards/monstargear/xo87/rgb/rgb.c
+++ b/keyboards/monstargear/xo87/rgb/rgb.c
@@ -51,17 +51,17 @@ led_config_t g_led_config = { {
// underglow
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
// bottom row
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
+ 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1,
// 2nd row up
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
+ 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1,
// 3rd row up
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
+ 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
// 4th row up
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
+ 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1,
// 5th row up
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
+ 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
// top row
- 4, 8, 8, 8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
+ 1, 8, 8, 8, 4, 4, 4, 4, 1, 1, 1, 1, 4, 4, 4, 4, 1, 1, 1
} };
void suspend_power_down_kb(void) {