updates to rgb config

arm_rgb
Jack Humbert 6 years ago
parent 4c68334ca6
commit 5a305d9472

@ -17,20 +17,19 @@
#include "rgblight.h" #include "rgblight.h"
const rgb_led g_rgb_leds[DRIVER_LED_TOTAL] = { const rgb_led g_rgb_leds[DRIVER_LED_TOTAL] = {
/*{row | col << 4}
/*{row | col << 4} | {x=0..224, y=0..64}
| {x=0..224, y=0..64} | | modifier
| | modifier | | | */
| | | */ {{2|(5<<4)}, {112, 39}, 0},
{{0|(0<<4)}, {112, 39}, 0}, {{7|(1<<4)}, {148, 60}, 0},
{{0|(1<<4)}, {148, 60}, 0}, {{3|(4<<4)}, {206, 53}, 0},
{{0|(2<<4)}, {206, 53}, 0}, {{4|(4<<4)}, {206, 3}, 0},
{{0|(3<<4)}, {206, 3}, 0}, {{4|(1<<4)}, {150, 3}, 0},
{{0|(4<<4)}, {150, 3}, 0}, {{0|(4<<4)}, {74, 3}, 0},
{{0|(5<<4)}, {74, 3}, 0}, {{0|(1<<4)}, {18, 3}, 0},
{{0|(6<<4)}, {18, 3}, 0}, {{3|(1<<4)}, {18, 54}, 0},
{{0|(7<<4)}, {18, 54}, 0}, {{7|(4<<4)}, {77, 60}, 0}
{{0|(8<<4)}, {77, 60}, 0}
}; };

Loading…
Cancel
Save