Browse Source

[Bug] Pachi RGB: fix RGB modifiers (#13262)

pull/13266/head
Xelus22 2 years ago
committed by GitHub
parent
commit
438eee96e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      keyboards/xelus/pachi/rgb/rgb.c

+ 9
- 9
keyboards/xelus/pachi/rgb/rgb.c View File

@ -177,15 +177,15 @@ led_config_t g_led_config = { {
{224, 0}, {224, 15}, {97 , 0}, {91 , 15}, {224, 27}, {97 , 27}, {255,255}, {101, 40}, {255,255}, {255,255}, {107, 52}, {224, 64}, {255,255},
{255,255}, {255,255}, {110, 0}, {104, 15}, {255,255}, {110, 27}, {255,255}, {114, 40}, {255,255}, {255,255}, {120, 52}, {255,255}, {255,255}
}, {
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
1, 4, 1, 1, 4, 1, 4, 1, 1, 4, 1, 4, 4, //0-12
1, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 1, 4, //13-25
1, 4, 1, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, //26-38
1, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, //39-51
1, 1, 1, 4, 1, 4, 1, 4, 4, 1, 4, 1, 4, //52-64
1, 1, 1, 4, 1, 4, 4, 4, 1, 4, 4, 1, 4, //65-77
1, 1, 1, 4, 1, 4, 4, 4, 4, 1, 4, 1, 4, //78-90
1, 1, 1, 4, 1, 4, 4, 4, 4, 4, 4, 1, 4, //91-103
4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 //104-116
} };
static void init(void) {


Loading…
Cancel
Save