aboutsummaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/wt_rgb_backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wilba_tech/wt_rgb_backlight.c')
-rw-r--r--keyboards/wilba_tech/wt_rgb_backlight.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/wilba_tech/wt_rgb_backlight.c b/keyboards/wilba_tech/wt_rgb_backlight.c
index 63763c6c9..cc34a90c7 100644
--- a/keyboards/wilba_tech/wt_rgb_backlight.c
+++ b/keyboards/wilba_tech/wt_rgb_backlight.c
@@ -158,7 +158,7 @@ uint32_t g_any_key_hit = 0;
158// ADDR_2 is not needed. it is here as a dummy 158// ADDR_2 is not needed. it is here as a dummy
159#define ISSI_ADDR_1 0x50 159#define ISSI_ADDR_1 0x50
160 160
161const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 161const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
162/* Refer to IS31 manual for these locations 162/* Refer to IS31 manual for these locations
163 * driver 163 * driver
164 * | R location 164 * | R location
@@ -239,7 +239,7 @@ const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
239#define ISSI_ADDR_1 0x50 239#define ISSI_ADDR_1 0x50
240#define ISSI_ADDR_2 0x52 240#define ISSI_ADDR_2 0x52
241 241
242const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 242const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
243/* Refer to IS31 manual for these locations 243/* Refer to IS31 manual for these locations
244 * driver 244 * driver
245 * | R location 245 * | R location
@@ -382,7 +382,7 @@ const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
382// set to 0 for write, 1 for read (as per I2C protocol) 382// set to 0 for write, 1 for read (as per I2C protocol)
383#define ISSI_ADDR_1 0x74 383#define ISSI_ADDR_1 0x74
384 384
385const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 385const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
386/* Refer to IS31 manual for these locations 386/* Refer to IS31 manual for these locations
387 * driver 387 * driver
388 * | R location 388 * | R location
@@ -414,7 +414,7 @@ const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
414#define ISSI_ADDR_2 0x76 // 11101[10] <- SDA 414#define ISSI_ADDR_2 0x76 // 11101[10] <- SDA
415#define ISSI_ADDR_3 0x75 // 11101[01] <- SCL 415#define ISSI_ADDR_3 0x75 // 11101[01] <- SCL
416 416
417const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 417const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
418/* Refer to IS31 manual for these locations 418/* Refer to IS31 manual for these locations
419 * driver 419 * driver
420 * | R location 420 * | R location
@@ -541,7 +541,7 @@ const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
541#define ISSI_ADDR_1 0x74 541#define ISSI_ADDR_1 0x74
542#define ISSI_ADDR_2 0x76 542#define ISSI_ADDR_2 0x76
543 543
544const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 544const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
545/* Refer to IS31 manual for these locations 545/* Refer to IS31 manual for these locations
546 * driver 546 * driver
547 * | R location 547 * | R location
@@ -622,7 +622,7 @@ const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
622#define ISSI_ADDR_1 0x74 622#define ISSI_ADDR_1 0x74
623#define ISSI_ADDR_2 0x77 623#define ISSI_ADDR_2 0x77
624 624
625const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 625const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
626/* Refer to IS31 manual for these locations 626/* Refer to IS31 manual for these locations
627 * driver 627 * driver
628 * | R location 628 * | R location
@@ -709,7 +709,7 @@ const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
709#define ISSI_ADDR_1 0x74 709#define ISSI_ADDR_1 0x74
710#define ISSI_ADDR_2 710#define ISSI_ADDR_2
711 711
712const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 712const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
713 {0, C1_9, C3_10, C4_10}, // LB1 713 {0, C1_9, C3_10, C4_10}, // LB1
714 {0, C1_10, C2_10, C4_11}, // LB2 714 {0, C1_10, C2_10, C4_11}, // LB2
715 {0, C1_11, C2_11, C3_11}, // LB3 715 {0, C1_11, C2_11, C3_11}, // LB3
@@ -729,7 +729,7 @@ const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
729#define ISSI_ADDR_1 0x74 729#define ISSI_ADDR_1 0x74
730#define ISSI_ADDR_2 0x76 730#define ISSI_ADDR_2 0x76
731 731
732const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 732const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
733/* Refer to IS31 manual for these locations 733/* Refer to IS31 manual for these locations
734 * driver 734 * driver
735 * | R location 735 * | R location