diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-28 06:07:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-28 06:07:06 +0000 |
commit | 8428dee47e1f1adea570f5e2aaf3847d2076d888 (patch) | |
tree | 0a82556f93b6d1266451eba3a7ba83dd525b9c5c /keyboards/monstargear/xo87/rgb/rgb.c | |
parent | cf8097138e61bc0b13c1ce70b5b2c1f834ba8d51 (diff) | |
parent | 371fb853ee5a5004eab0ee09e5ad9b6978ba7531 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/monstargear/xo87/rgb/rgb.c')
-rw-r--r-- | keyboards/monstargear/xo87/rgb/rgb.c | 12 |
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) { |