diff options
Diffstat (limited to 'keyboards/mechlovin/infinity87/rgb_rev1')
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/config.h | 51 | ||||
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/info.json | 105 | ||||
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/readme.md | 21 | ||||
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.c | 159 | ||||
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h | 19 | ||||
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/rules.mk | 5 |
6 files changed, 360 insertions, 0 deletions
diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/config.h b/keyboards/mechlovin/infinity87/rgb_rev1/config.h new file mode 100644 index 0000000000..0c16c684cf --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/config.h @@ -0,0 +1,51 @@ +/* Copyright 2020 Team Mechlovin' + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#define PRODUCT_ID 0x8710 +#define DEVICE_VER 0x0001 +#define PRODUCT Infinity 87 RGB rev1 + +#define MATRIX_ROW_PINS { A10, A13, A14, C13, A4, A3 } +#define MATRIX_COL_PINS { B12, B13, B14, B15, A8, A9, B11, B10, B2, B1, B0, A7, A6, A5, A2, A1, A0 } + + +#define DIODE_DIRECTION COL2ROW + +//rgb matrix setting +// This is a 7-bit address, that gets left-shifted and bit 0 +// set to 0 for write, 1 for read (as per I2C protocol) +// The address will vary depending on your wiring: +// 0b0110000 AD <-> GND +// 0b0110011 AD <-> VCC +// 0b0110001 AD <-> SCL +// 0b0110010 AD <-> SDA +#define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects +#define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended +#define RGB_MATRIX_KEYPRESSES +#define DISABLE_RGB_MATRIX_SPLASH +#define DISABLE_RGB_MATRIX_MULTISPLASH +#define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH +//#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR +#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_ALL +//#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_REACTIVE_SIMPLE +#define DRIVER_ADDR_1 0b0110010 +#define DRIVER_ADDR_2 0b0110010 // this is here for compliancy reasons. +#define DRIVER_COUNT 1 +#define DRIVER_1_LED_TOTAL 91 +#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL +#define DRIVER_INDICATOR_LED_TOTAL 0 diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/info.json b/keyboards/mechlovin/infinity87/rgb_rev1/info.json new file mode 100644 index 0000000000..9b3fe1002c --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/info.json @@ -0,0 +1,105 @@ +{ + "keyboard_name": "infinity87", + "url": "", + "maintainer": "Team Mechlovin'", + "width": 18.25, + "height": 6.25, + "layouts": { + "LAYOUT_all": { + "layout": [ + {"label":"K00 (B0,B6)", "x":0, "y":0}, + {"label":"K01 (B0,F4)", "x":2, "y":0}, + {"label":"K02 (B0,C0)", "x":3, "y":0}, + {"label":"K03 (B0,C1)", "x":4, "y":0}, + {"label":"K04 (B0,C2)", "x":5, "y":0}, + {"label":"K05 (B0,C3)", "x":6.5, "y":0}, + {"label":"K06 (B0,C4)", "x":7.5, "y":0}, + {"label":"K07 (B0,C5)", "x":8.5, "y":0}, + {"label":"K08 (B0,C6)", "x":9.5, "y":0}, + {"label":"K09 (B0,C7)", "x":11, "y":0}, + {"label":"K0A (B0,D0)", "x":12, "y":0}, + {"label":"K0B (B0,D1)", "x":13, "y":0}, + {"label":"K0C (B0,D2)", "x":14, "y":0}, + {"label":"K0E (B0,D4)", "x":15.25, "y":0}, + {"label":"K0F (B0,D5)", "x":16.25, "y":0}, + {"label":"K0G (B0,D6)", "x":17.25, "y":0}, + {"label":"K10 (B1,B6)", "x":0, "y":1.25}, + {"label":"K11 (B1,F4)", "x":1, "y":1.25}, + {"label":"K12 (B1,C0)", "x":2, "y":1.25}, + {"label":"K13 (B1,C1)", "x":3, "y":1.25}, + {"label":"K14 (B1,C2)", "x":4, "y":1.25}, + {"label":"K15 (B1,C3)", "x":5, "y":1.25}, + {"label":"K16 (B1,C4)", "x":6, "y":1.25}, + {"label":"K17 (B1,C5)", "x":7, "y":1.25}, + {"label":"K18 (B1,C6)", "x":8, "y":1.25}, + {"label":"K19 (B1,C7)", "x":9, "y":1.25}, + {"label":"K1A (B1,D0)", "x":10, "y":1.25}, + {"label":"K1B (B1,D1)", "x":11, "y":1.25}, + {"label":"K1C (B1,D2)", "x":12, "y":1.25}, + {"label":"K1D (B1,D3)", "x":13, "y":1.25}, + {"label":"K0D (B0,D3)", "x":14, "y":1.25}, + {"label":"K1E (B1,D4)", "x":15.25, "y":1.25}, + {"label":"K1F (B1,D5)", "x":16.25, "y":1.25}, + {"label":"K1G (B1,D6)", "x":17.25, "y":1.25}, + {"label":"K20 (B2,B6)", "x":0, "y":2.25, "w":1.5}, + {"label":"K21 (B2,F4)", "x":1.5, "y":2.25}, + {"label":"K22 (B2,C0)", "x":2.5, "y":2.25}, + {"label":"K23 (B2,C1)", "x":3.5, "y":2.25}, + {"label":"K24 (B2,C2)", "x":4.5, "y":2.25}, + {"label":"K25 (B2,C3)", "x":5.5, "y":2.25}, + {"label":"K26 (B2,C4)", "x":6.5, "y":2.25}, + {"label":"K27 (B2,C5)", "x":7.5, "y":2.25}, + {"label":"K28 (B2,C6)", "x":8.5, "y":2.25}, + {"label":"K29 (B2,C7)", "x":9.5, "y":2.25}, + {"label":"K2A (B2,D0)", "x":10.5, "y":2.25}, + {"label":"K2B (B2,D1)", "x":11.5, "y":2.25}, + {"label":"K2C (B2,D2)", "x":12.5, "y":2.25}, + {"label":"K2D (B2,D3)", "x":13.5, "y":2.25, "w":1.5}, + {"label":"K2E (B2,D4)", "x":15.25, "y":2.25}, + {"label":"K2F (B2,D5)", "x":16.25, "y":2.25}, + {"label":"K2G (B2,D6)", "x":17.25, "y":2.25}, + {"label":"K30 (B3,B6)", "x":0, "y":3.25, "w":1.75}, + {"label":"K31 (B3,F4)", "x":1.75, "y":3.25}, + {"label":"K32 (B3,C0)", "x":2.75, "y":3.25}, + {"label":"K33 (B3,C1)", "x":3.75, "y":3.25}, + {"label":"K34 (B3,C2)", "x":4.75, "y":3.25}, + {"label":"K35 (B3,C3)", "x":5.75, "y":3.25}, + {"label":"K36 (B3,C4)", "x":6.75, "y":3.25}, + {"label":"K37 (B3,C5)", "x":7.75, "y":3.25}, + {"label":"K38 (B3,C6)", "x":8.75, "y":3.25}, + {"label":"K39 (B3,C7)", "x":9.75, "y":3.25}, + {"label":"K3A (B3,D0)", "x":10.75, "y":3.25}, + {"label":"K3B (B3,D1)", "x":11.75, "y":3.25}, + {"label":"K3C (B3,D2)", "x":12.75, "y":3.25}, + {"label":"K3D (B3,D3)", "x":13.75, "y":3.25, "w":1.25}, + {"label":"K40 (B4,B6)", "x":0, "y":4.25, "w":1.25}, + {"label":"K41 (B4,F4)", "x":1.25, "y":4.25}, + {"label":"K42 (B4,C0)", "x":2.25, "y":4.25}, + {"label":"K43 (B4,C1)", "x":3.25, "y":4.25}, + {"label":"K44 (B4,C2)", "x":4.25, "y":4.25}, + {"label":"K45 (B4,C3)", "x":5.25, "y":4.25}, + {"label":"K46 (B4,C4)", "x":6.25, "y":4.25}, + {"label":"K47 (B4,C5)", "x":7.25, "y":4.25}, + {"label":"K48 (B4,C6)", "x":8.25, "y":4.25}, + {"label":"K49 (B4,C7)", "x":9.25, "y":4.25}, + {"label":"K4A (B4,D0)", "x":10.25, "y":4.25}, + {"label":"K4B (B4,D1)", "x":11.25, "y":4.25}, + {"label":"K4C (B4,D2)", "x":12.25, "y":4.25, "w":1.75}, + {"label":"K4D (B4,D3)", "x":14, "y":4.25}, + {"label":"K4F (B4,D5)", "x":16.25, "y":4.25}, + {"label":"K50 (B5,B6)", "x":0, "y":5.25, "w":1.25}, + {"label":"K51 (B5,F4)", "x":1.25, "y":5.25, "w":1.25}, + {"label":"K52 (B5,C0)", "x":2.5, "y":5.25, "w":1.25}, + {"label":"K56 (B5,C4)", "x":3.75, "y":5.25, "w":6.25}, + {"label":"K5A (B5,D0)", "x":10, "y":5.25, "w":1.25}, + {"label":"K5B (B5,D1)", "x":11.25, "y":5.25, "w":1.25}, + {"label":"K5C (B5,D2)", "x":12.5, "y":5.25, "w":1.25}, + {"label":"K5D (B5,D3)", "x":13.75, "y":5.25, "w":1.25}, + {"label":"K5E (B5,D4)", "x":15.25, "y":5.25}, + {"label":"K5F (B5,D5)", "x":16.25, "y":5.25}, + {"label":"K5G (B5,D6)", "x":17.25, "y":5.25} + ] + } + } + ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" +} diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/readme.md b/keyboards/mechlovin/infinity87/rgb_rev1/readme.md new file mode 100644 index 0000000000..1e71fc29fc --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/readme.md @@ -0,0 +1,21 @@ +# infinity87 RGB Rev.1 + +![infinity87](https://i.imgur.com/sGRD4d7l.jpeg) + +A replacement PCB for TKL keyboard, RGB backlight, south-facing stabilisers, .STEP file in our github + +* Keyboard Maintainer: [Team Mechlovin'](https://github.com/mechlovin) +* Hardware Supported: Infinity87 RGB Rev.1, STM32F303. +* Hardware Availability: [Mechlovin.studio](https://mechlovin.studio) + +Make example for this keyboard (after setting up your build environment): + + make mechlovin/infinity87/rgb_rev1:default + +Flashing example for this keyboard: + + make mechlovin/infinity87/rgb_rev1:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +**Reset Key:** To put the IF87_RGB_Rev.1 into bootloader, hold esc key while plugging in (bootmagic) or push reset swith on the bottom of the PCB.
\ No newline at end of file diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.c b/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.c new file mode 100644 index 0000000000..f13fee8add --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.c @@ -0,0 +1,159 @@ +/* Copyright 2020 Team Mechlovin' + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "rgb_rev1.h" + +#ifdef RGB_MATRIX_ENABLE +const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { + {0, CS34_SW1, CS35_SW1, CS36_SW1}, //D92-K00-0 + {0, CS37_SW1, CS38_SW1, CS39_SW1}, //D94-K01-1 + {0, CS31_SW1, CS32_SW1, CS33_SW1}, //D96-K02-2 + {0, CS28_SW1, CS29_SW1, CS30_SW1}, //D98-K03-3 + {0, CS25_SW1, CS26_SW1, CS27_SW1}, //D100-K04-4 + {0, CS22_SW1, CS23_SW1, CS24_SW1}, //D102-K05-5 + {0, CS19_SW1, CS20_SW1, CS21_SW1}, //D104-K06-6 + {0, CS18_SW1, CS17_SW1, CS16_SW1}, //D106-K07-7 + {0, CS15_SW1, CS14_SW1, CS13_SW1}, //D108-K08-8 + {0, CS12_SW1, CS11_SW1, CS10_SW1}, //D110-K09-9 + {0, CS9_SW1, CS8_SW1, CS7_SW1}, //D112-K0A-10 + {0, CS6_SW1, CS5_SW1, CS4_SW1}, //D114-K0B-11 + {0, CS3_SW1, CS2_SW1, CS1_SW1}, //D116-K0C-12 + {0, CS15_SW7, CS14_SW7, CS13_SW7}, //D157-K0D-13 + {0, CS18_SW7, CS17_SW7, CS16_SW7}, //D118-K0E-14 + {0, CS19_SW7, CS20_SW7, CS21_SW7}, //D120-K0F-15 + {0, CS12_SW7, CS11_SW7, CS10_SW7}, //D122-K0G-16 + {0, CS34_SW2, CS35_SW2, CS36_SW2}, //D93-K10-17 + {0, CS37_SW2, CS38_SW2, CS39_SW2}, //D95-K11-18 + {0, CS31_SW2, CS32_SW2, CS33_SW2}, //D97-K12-19 + {0, CS28_SW2, CS29_SW2, CS30_SW2}, //D99-K13-20 + {0, CS25_SW2, CS26_SW2, CS27_SW2}, //D101-K14-21 + {0, CS22_SW2, CS23_SW2, CS24_SW2}, //D103-K15-22 + {0, CS19_SW2, CS20_SW2, CS21_SW2}, //D105-K16-23 + {0, CS18_SW2, CS17_SW2, CS16_SW2}, //D107-K17-24 + {0, CS15_SW2, CS14_SW2, CS13_SW2}, //D109-K18-25 + {0, CS12_SW2, CS11_SW2, CS10_SW2}, //D111-K19-26 + {0, CS9_SW2, CS8_SW2, CS7_SW2}, //D113-K1A-27 + {0, CS6_SW2, CS5_SW2, CS4_SW2}, //D115-K1B-28 + {0, CS3_SW2, CS2_SW2, CS1_SW2}, //D117-K1C-29 + {0, CS3_SW8, CS2_SW8, CS1_SW8}, //D158-K1D-30 + {0, CS3_SW7, CS2_SW7, CS1_SW7}, //D119-K1E-31 + {0, CS18_SW8, CS17_SW8, CS16_SW8}, //D121-K1F-32 + {0, CS9_SW9, CS8_SW9, CS7_SW9}, //D123-K1G-33 + {0, CS34_SW3, CS35_SW3, CS36_SW3}, //D124-K20-34 + {0, CS37_SW3, CS38_SW3, CS39_SW3}, //D127-K21-35 + {0, CS31_SW3, CS32_SW3, CS33_SW3}, //D130-K22-36 + {0, CS28_SW3, CS29_SW3, CS30_SW3}, //D133-K23-37 + {0, CS25_SW3, CS26_SW3, CS27_SW3}, //D135-K24-38 + {0, CS22_SW3, CS23_SW3, CS24_SW3}, //D137-K25-39 + {0, CS19_SW3, CS20_SW3, CS21_SW3}, //D139-K26-40 + {0, CS18_SW3, CS17_SW3, CS16_SW3}, //D142-K27-41 + {0, CS15_SW3, CS14_SW3, CS13_SW3}, //D144-K28-42 + {0, CS12_SW3, CS11_SW3, CS10_SW3}, //D146-K29-43 + {0, CS9_SW3, CS8_SW3, CS7_SW3}, //D148-K2A-44 + {0, CS6_SW3, CS5_SW3, CS4_SW3}, //D151-K2B-45 + {0, CS3_SW3, CS2_SW3, CS1_SW3}, //D154-K2C-46 + {0, CS6_SW8, CS5_SW8, CS4_SW8}, //D159-K2D-47 + {0, CS6_SW7, CS5_SW7, CS4_SW7}, //D180-K2E-48 + {0, CS19_SW8, CS20_SW8, CS21_SW8}, //D181-K2F-49 + {0, CS9_SW7, CS8_SW7, CS7_SW7}, //D182-K2G-50 + {0, CS34_SW4, CS35_SW4, CS36_SW4}, //D166-K30-51 + {0, CS37_SW4, CS38_SW4, CS39_SW4}, //D167-K31-52 + {0, CS31_SW4, CS32_SW4, CS33_SW4}, //D168-K32-53 + {0, CS28_SW4, CS29_SW4, CS30_SW4}, //D169-K33-54 + {0, CS25_SW4, CS26_SW4, CS27_SW4}, //D170-K34-55 + {0, CS22_SW4, CS23_SW4, CS24_SW4}, //D171-K35-56 + {0, CS19_SW4, CS20_SW4, CS21_SW4}, //D172-K36-57 + {0, CS18_SW4, CS17_SW4, CS16_SW4}, //D173-K37-58 + {0, CS15_SW4, CS14_SW4, CS13_SW4}, //D174-K38-59 + {0, CS12_SW4, CS11_SW4, CS10_SW4}, //D175-K39-60 + {0, CS9_SW4, CS8_SW4, CS7_SW4}, //D176-K3A-61 + {0, CS6_SW4, CS5_SW4, CS4_SW4}, //D177-K3B-62 + {0, CS3_SW4, CS2_SW4, CS1_SW4}, //D178-K3C-63 + {0, CS9_SW8, CS8_SW8, CS7_SW8}, //D179-K3D-64 + {0, CS34_SW5, CS35_SW5, CS36_SW5}, //D125-K40-65 + {0, CS37_SW5, CS38_SW5, CS39_SW5}, //D128-K41-66 + {0, CS31_SW5, CS32_SW5, CS33_SW5}, //D131-K42-67 + {0, CS28_SW5, CS29_SW5, CS30_SW5}, //D134-K43-68 + {0, CS25_SW5, CS26_SW5, CS27_SW5}, //D136-K44-69 + {0, CS22_SW5, CS23_SW5, CS24_SW5}, //D138-K45-70 + {0, CS19_SW5, CS20_SW5, CS21_SW5}, //D140-K46-71 + {0, CS18_SW5, CS17_SW5, CS16_SW5}, //D143-K47-72 + {0, CS15_SW5, CS14_SW5, CS13_SW5}, //D145-K48-73 + {0, CS12_SW5, CS11_SW5, CS10_SW5}, //D147-K49-74 + {0, CS9_SW5, CS8_SW5, CS7_SW5}, //D149-K4A-75 + {0, CS6_SW5, CS5_SW5, CS4_SW5}, //D152-K4B-76 + {0, CS3_SW5, CS2_SW5, CS1_SW5}, //D155-K4C-77 + {0, CS12_SW8, CS11_SW8, CS10_SW8}, //D160-K4D-78 + {0, CS12_SW9, CS11_SW9, CS10_SW9}, //D163-K4E-79 + {0, CS34_SW6, CS35_SW6, CS36_SW6}, //D126-K20-80 + {0, CS37_SW6, CS38_SW6, CS39_SW6}, //D129-K21-81 + {0, CS31_SW6, CS32_SW6, CS33_SW6}, //D132-K22-82 + {0, CS19_SW6, CS20_SW6, CS21_SW6}, //D141-K26-83 + {0, CS9_SW6, CS8_SW6, CS7_SW6}, //D150-K2A-84 + {0, CS6_SW6, CS5_SW6, CS4_SW6}, //D153-K2B-85 + {0, CS3_SW6, CS2_SW6, CS1_SW6}, //D156-K2C-86 + {0, CS15_SW8, CS14_SW8, CS13_SW8}, //D161-K2D-87 + {0, CS15_SW9, CS14_SW9, CS13_SW9}, //D162-K2E-88 + {0, CS18_SW9, CS17_SW9, CS16_SW9}, //D164-K2F-89 + {0, CS19_SW9, CS20_SW9, CS21_SW9}, //D165-K2G-90 +}; + +led_config_t g_led_config = { { + // Key Matrix to LED Index + {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}, + {17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33}, + {34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50}, + {51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, NO_LED, NO_LED, NO_LED}, + {65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, NO_LED, 79, NO_LED}, + {80, 81, 82, NO_LED, NO_LED, NO_LED, 83, NO_LED, NO_LED, NO_LED, 84, 85, 86, 87, 88, 89, 90} + }, { + {0, 0}, {14, 0}, {28, 0}, {42, 0}, {56, 0}, {70, 0}, {84, 0}, {98, 0}, {112, 0}, {126, 0}, {140, 0}, {154, 0}, {168, 0}, {182, 0}, {196, 0}, {210, 0}, {224, 0}, + {0,16}, {14,16}, {28,16}, {42, 16}, {56, 16}, {70, 16}, {84, 16}, {98, 16}, {112, 16}, {126, 16}, {140, 16}, {154, 16}, {168, 16}, {182, 16}, {196, 16}, {210, 16}, {224, 16}, + {0,32}, {14,32}, {28,32}, {42, 32}, {56, 32}, {70, 32}, {84, 32}, {98, 32}, {112, 32}, {126, 32}, {140, 32}, {154, 32}, {168, 32}, {182, 32}, {196, 32}, {210, 32}, {224, 32}, + {0,48}, {14,48}, {28,48}, {42, 48}, {56, 48}, {70, 48}, {84, 48}, {98, 48}, {112, 48}, {126, 48}, {140, 48}, {154, 48}, {168, 48}, {182, 48}, + {0,64}, {14,64}, {28,64}, {42, 64}, {56, 64}, {70, 64}, {84, 64}, {98, 64}, {112, 64}, {126, 64}, {140, 64}, {154, 64}, {168, 64}, {182, 64}, {210, 64}, + {0,80}, {14,80}, {28,80}, {84, 80}, {140, 80}, {154, 80}, {168, 80}, {182, 80}, {196, 80}, {210, 80}, {224, 80} + }, { + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 + } }; + + +__attribute__((weak)) +void rgb_matrix_indicators_user(void) { + if (host_keyboard_led_state().caps_lock) { + rgb_matrix_set_color(51, 255, 255, 255); + } + if (host_keyboard_led_state().scroll_lock) { + rgb_matrix_set_color(15, 255, 255, 255); + } +} + + +void suspend_power_down_kb(void) { + rgb_matrix_set_suspend_state(true); + suspend_power_down_user(); +} + +void suspend_wakeup_init_kb(void) { + rgb_matrix_set_suspend_state(false); + suspend_wakeup_init_user(); +} +#endif diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h b/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h new file mode 100644 index 0000000000..16cdf9ed85 --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/rgb_rev1.h @@ -0,0 +1,19 @@ +/* Copyright 2020 Team Mechlovin + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#include "quantum.h" diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/rules.mk b/keyboards/mechlovin/infinity87/rgb_rev1/rules.mk new file mode 100644 index 0000000000..aa7adc8954 --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/rules.mk @@ -0,0 +1,5 @@ +MCU = STM32F303 +BOARD = QMK_PROTON_C + +RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_DRIVER = IS31FL3741 |