qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

tester.c (549B)


      1 #include "quantum.h"
      2 
      3 const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_LED_COUNT] = {
      4 /* Refer to IS31 manual for these locations
      5  *   driver
      6  *   |  R location
      7  *   |  |      G location
      8  *   |  |      |      B location
      9  *   |  |      |      | */
     10     {0, C1_1,   C3_2,   C4_2}, //A1
     11     {0, C1_2,   C2_2,   C4_3}, //A2
     12     {0, C1_3,   C2_3,   C3_3}, //A3
     13     {0, C1_4,   C2_4,   C3_4}, //A4
     14     {0, C1_5,   C2_5,   C3_5}, //A5
     15     {0, C1_6,   C2_6,   C3_6}, //A6
     16     {0, C1_7,   C2_7,   C3_7}, //A7
     17     {0, C1_8,   C2_8,   C3_8}, //A8
     18 };