qmk_firmware

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

rev1.c (7059B)


      1 /* Copyright 2020 MelGeek <melgeek001365@gmail.com>
      2  *
      3  * This program is free software: you can redistribute it and/or modify
      4  * it under the terms of the GNU General Public License as published by
      5  * the Free Software Foundation, either version 2 of the License, or
      6  * (at your option) any later version.
      7  *
      8  * This program is distributed in the hope that it will be useful,
      9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
     10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     11  * GNU General Public License for more details.
     12  *
     13  * You should have received a copy of the GNU General Public License
     14  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
     15  */
     16 
     17 #include "quantum.h"
     18 
     19 #ifdef RGB_MATRIX_ENABLE
     20 
     21 
     22 const is31fl3741_led_t PROGMEM g_is31fl3741_leds[IS31FL3741_LED_COUNT] = {
     23     {0, SW1_CS9,  SW1_CS8,  SW1_CS7},  /* RGB1 */
     24     {0, SW2_CS9,  SW2_CS8,  SW2_CS7},  /* RGB2 */
     25     {0, SW3_CS9,  SW3_CS8,  SW3_CS7},  /* RGB3 */
     26     {0, SW4_CS9,  SW4_CS8,  SW4_CS7},  /* RGB4 */
     27     {0, SW5_CS9,  SW5_CS8,  SW5_CS7},  /* RGB5 */
     28     {0, SW6_CS9,  SW6_CS8,  SW6_CS7},  /* RGB6 */
     29     {0, SW7_CS9,  SW7_CS8,  SW7_CS7},  /* RGB7 */
     30     {0, SW8_CS9,  SW8_CS8,  SW8_CS7},  /* RGB8 */
     31     {0, SW9_CS9,  SW9_CS8,  SW9_CS7},  /* RGB9 */
     32     {0, SW1_CS27, SW1_CS26, SW1_CS25}, /* RGB65 */
     33     {0, SW2_CS27, SW2_CS26, SW2_CS25}, /* RGB56 */
     34     {0, SW3_CS27, SW3_CS26, SW3_CS25}, /* RGB57 */
     35     {0, SW4_CS27, SW4_CS26, SW4_CS25}, /* RGB58 */
     36     {0, SW5_CS27, SW5_CS26, SW5_CS25}, /* RGB59 */
     37     {0, SW6_CS27, SW6_CS26, SW6_CS25}, /* RGB67 */
     38     {0, SW7_CS27, SW7_CS26, SW7_CS25}, /* RGB68 */
     39     {0, SW1_CS12, SW1_CS11, SW1_CS10}, /* RGB10 */
     40 	{0, SW2_CS12, SW2_CS11, SW2_CS10}, /* RGB11 */
     41     {0, SW3_CS12, SW3_CS11, SW3_CS10}, /* RGB12 */
     42 	{0, SW4_CS12, SW4_CS11, SW4_CS10}, /* RGB13 */
     43 	{0, SW5_CS12, SW5_CS11, SW5_CS10}, /* RGB14 */
     44     {0, SW6_CS12, SW6_CS11, SW6_CS10}, /* RGB15 */
     45     {0, SW7_CS12, SW7_CS11, SW7_CS10}, /* RGB16 */
     46     {0, SW8_CS12, SW8_CS11, SW8_CS10}, /* RGB17 */
     47     {0, SW9_CS12, SW9_CS11, SW9_CS10}, /* RGB18 */
     48     {0, SW8_CS27, SW8_CS26, SW8_CS25}, /* RGB69 */
     49     {0, SW9_CS27, SW9_CS26, SW9_CS25}, /* RGB70 */
     50     {0, SW1_CS30, SW1_CS29, SW1_CS28}, /* RGB64 */
     51     {0, SW2_CS30, SW2_CS29, SW2_CS28}, /* RGB55 */
     52     {0, SW3_CS30, SW3_CS29, SW3_CS28}, /* RGB71 */
     53     {0, SW4_CS30, SW4_CS29, SW4_CS28}, /* RGB72 */
     54     {0, SW5_CS30, SW5_CS29, SW5_CS28}, /* RGB66 */
     55     {0, SW6_CS30, SW6_CS29, SW6_CS28}, /* RGB60 */
     56     {0, SW7_CS30, SW7_CS29, SW7_CS28}, /* RGB61 */
     57     {0, SW8_CS30, SW8_CS29, SW8_CS28}, /* RGB73 */
     58     {0, SW1_CS15, SW1_CS14, SW1_CS13}, /* RGB19 */
     59     {0, SW2_CS15, SW2_CS14, SW2_CS13}, /* RGB20 */
     60     {0, SW3_CS15, SW3_CS14, SW3_CS13}, /* RGB21 */
     61     {0, SW4_CS15, SW4_CS14, SW4_CS13}, /* RGB22 */
     62     {0, SW5_CS15, SW5_CS14, SW5_CS13}, /* RGB23 */
     63     {0, SW6_CS15, SW6_CS14, SW6_CS13}, /* RGB24 */
     64     {0, SW7_CS15, SW7_CS14, SW7_CS13}, /* RGB25 */
     65     {0, SW8_CS15, SW8_CS14, SW8_CS13}, /* RGB26 */
     66     {0, SW9_CS15, SW9_CS14, SW9_CS13}, /* RGB27 */
     67     {0, SW9_CS30, SW9_CS29, SW9_CS28}, /* RGB74 */
     68 	{0, SW1_CS33, SW1_CS32, SW1_CS31}, /* RGB75 */
     69     {0, SW2_CS33, SW2_CS32, SW2_CS31}, /* RGB76 */
     70     {0, SW3_CS33, SW3_CS32, SW3_CS31}, /* RGB77 */
     71     {0, SW4_CS33, SW4_CS32, SW4_CS31}, /* RGB78 */
     72     {0, SW5_CS33, SW5_CS32, SW5_CS31}, /* RGB79 */
     73     {0, SW6_CS33, SW6_CS32, SW6_CS31}, /* RGB80 */
     74     {0, SW7_CS33, SW7_CS32, SW7_CS31}, /* RGB83 */
     75     {0, SW1_CS18, SW1_CS17, SW1_CS16}, /* RGB28 */
     76     {0, SW2_CS18, SW2_CS17, SW2_CS16}, /* RGB29 */
     77 	{0, SW3_CS18, SW3_CS17, SW3_CS16}, /* RGB30 */
     78     {0, SW4_CS18, SW4_CS17, SW4_CS16}, /* RGB31 */
     79     {0, SW5_CS18, SW5_CS17, SW5_CS16}, /* RGB32 */
     80     {0, SW6_CS18, SW6_CS17, SW6_CS16}, /* RGB33 */
     81     {0, SW7_CS18, SW7_CS17, SW7_CS16}, /* RGB34 */
     82     {0, SW8_CS18, SW8_CS17, SW8_CS16}, /* RGB35 */
     83     {0, SW9_CS18, SW9_CS17, SW9_CS16}, /* RGB36 */
     84     {0, SW8_CS33, SW8_CS32, SW8_CS31}, /* RGB81 */
     85     {0, SW9_CS33, SW9_CS32, SW9_CS31}, /* RGB82 */
     86     {0, SW1_CS36, SW1_CS35, SW1_CS34}, /* RGB89 */
     87     {0, SW2_CS36, SW2_CS35, SW2_CS34}, /* RGB90 */
     88     {0, SW3_CS36, SW3_CS35, SW3_CS34}, /* RGB91 */
     89     {0, SW4_CS36, SW4_CS35, SW4_CS34}, /* RGB92 */
     90     {0, SW1_CS21, SW1_CS20, SW1_CS19}, /* RGB37 */
     91     {0, SW2_CS21, SW2_CS20, SW2_CS19}, /* RGB38 */
     92     {0, SW3_CS21, SW3_CS20, SW3_CS19}, /* RGB39 */
     93     {0, SW4_CS21, SW4_CS20, SW4_CS19}, /* RGB40 */
     94     {0, SW5_CS21, SW5_CS20, SW5_CS19}, /* RGB41 */
     95     {0, SW6_CS21, SW6_CS20, SW6_CS19}, /* RGB42 */
     96     {0, SW7_CS21, SW7_CS20, SW7_CS19}, /* RGB43 */
     97     {0, SW8_CS21, SW8_CS20, SW8_CS19}, /* RGB44 */
     98     {0, SW9_CS21, SW9_CS20, SW9_CS19}, /* RGB45 */
     99     {0, SW5_CS36, SW5_CS35, SW5_CS34}, /* RGB84 */
    100     {0, SW6_CS36, SW6_CS35, SW6_CS34}, /* RGB85 */
    101     {0, SW7_CS36, SW7_CS35, SW7_CS34}, /* RGB88 */
    102     {0, SW8_CS36, SW8_CS35, SW8_CS34}, /* RGB86 */
    103     {0, SW9_CS36, SW9_CS35, SW9_CS34}, /* RGB87 */
    104     {0, SW1_CS39, SW1_CS38, SW1_CS37}, /* RGB98 */
    105     {0, SW2_CS39, SW2_CS38, SW2_CS37}, /* RGB99 */
    106     {0, SW3_CS39, SW3_CS38, SW3_CS37}, /* RGB100 */
    107     {0, SW1_CS24, SW1_CS23, SW1_CS22}, /* RGB46 */
    108     {0, SW2_CS24, SW2_CS23, SW2_CS22}, /* RGB47 */
    109     {0, SW3_CS24, SW3_CS23, SW3_CS22}, /* RGB48 */
    110     {0, SW4_CS24, SW4_CS23, SW4_CS22}, /* RGB49 */
    111     {0, SW5_CS24, SW5_CS23, SW5_CS22}, /* RGB50 */
    112     {0, SW6_CS24, SW6_CS23, SW6_CS22}, /* RGB51 */
    113     {0, SW7_CS24, SW7_CS23, SW7_CS22}, /* RGB52 */
    114     {0, SW8_CS24, SW8_CS23, SW8_CS22}, /* RGB53 */
    115     {0, SW9_CS24, SW9_CS23, SW9_CS22}, /* RGB54 */
    116     {0, SW4_CS39, SW4_CS38, SW4_CS37}, /* RGB101 */
    117     {0, SW5_CS39, SW5_CS38, SW5_CS37}, /* RGB110 */
    118     {0, SW6_CS39, SW6_CS38, SW6_CS37}, /* RGB111 */
    119     {0, SW7_CS39, SW7_CS38, SW7_CS37}, /* RGB112 */
    120 };
    121 
    122 const is31fl3741_led_t g_is31_indicator_leds[3] = {
    123     {0, SW1_CS6, SW1_CS5, SW1_CS4}, /* RGB107 */
    124     {0, SW2_CS6, SW2_CS5, SW2_CS4}, /* RGB108 */
    125     {0, SW3_CS6, SW3_CS5, SW3_CS4}, /* RGB109 */
    126 };
    127 
    128 bool led_update_kb(led_t led_state) {
    129     if (led_update_user(led_state)) {
    130         if (led_state.caps_lock) {
    131             is31fl3741_set_pwm_buffer(&g_is31_indicator_leds[2], 0x00, 0x00, 0xff);
    132         } else {
    133             is31fl3741_set_pwm_buffer(&g_is31_indicator_leds[2], 0x00, 0x00, 0x00);
    134         }
    135 
    136         if (led_state.num_lock) {
    137             is31fl3741_set_pwm_buffer(&g_is31_indicator_leds[1], 0xff, 0x00, 0x00);
    138         } else {
    139             is31fl3741_set_pwm_buffer(&g_is31_indicator_leds[1], 0x00, 0x00, 0x00);
    140         }
    141 
    142         if (led_state.scroll_lock) {
    143             is31fl3741_set_pwm_buffer(&g_is31_indicator_leds[0], 0x00, 0xff, 0x00);
    144         } else {
    145             is31fl3741_set_pwm_buffer(&g_is31_indicator_leds[0], 0x00, 0x00, 0x00);
    146         }
    147     }
    148     return true;
    149 }
    150 
    151 void matrix_init_kb(void) {
    152     for (int i = 0; i < DRIVER_INDICATOR_LED_TOTAL; ++i) {
    153         is31fl3741_led_t led = g_is31_indicator_leds[i];
    154         is31fl3741_set_scaling_registers(&led, 0xFF, 0xFF, 0xFF);
    155     }
    156 
    157     is31fl3741_update_led_control_registers(0);
    158 
    159     matrix_init_user();
    160 }
    161 #endif