forked from mirrors/qmk_userspace
Rename CKLED2001 driver to SNLED27351 (#22071)
This commit is contained in:
parent
24a795d7a9
commit
c0f16be50f
259 changed files with 1726 additions and 1720 deletions
|
@ -20,18 +20,18 @@
|
|||
// #define MATRIX_UNSELECT_DRIVE_HIGH
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 49
|
||||
#define DRIVER_2_LED_TOTAL 39
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
/* Set led driver current */
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }
|
||||
|
||||
/* turn off effects when suspended */
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
}
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001",
|
||||
"driver": "snled27351",
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"band_spiral_val": true,
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
// clang-format off
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -20,15 +20,15 @@
|
|||
// #define MATRIX_UNSELECT_DRIVE_HIGH
|
||||
|
||||
/* LED Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* LED Matrix Configuration */
|
||||
#define LED_MATRIX_LED_COUNT 90
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
/* Set led driver current */
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }
|
||||
|
||||
/* turn off effects when suspended */
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
}
|
||||
},
|
||||
"led_matrix": {
|
||||
"driver": "ckled2001",
|
||||
"driver": "snled27351",
|
||||
"animations": {
|
||||
"none": true,
|
||||
"solid": true,
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
// clang-format off
|
||||
#ifdef LED_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[LED_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[LED_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | LED address
|
||||
* | | */
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Set LED driver current */
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xAA, 0xAA, 0x56, 0xAA, 0xAA, 0x56, 0xAA, 0xAA, 0x56, 0xAA, 0xAA, 0x56 }
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
}
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001",
|
||||
"driver": "snled27351",
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"band_spiral_val": true,
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
#pragma once
|
||||
|
||||
/* LED Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Set LED driver current */
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xA0, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0, 0xA0 }
|
||||
|
||||
/* LED Matrix Configuration */
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
}
|
||||
},
|
||||
"led_matrix": {
|
||||
"driver": "ckled2001",
|
||||
"driver": "snled27351",
|
||||
"animations": {
|
||||
"none": true,
|
||||
"solid": true,
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
// clang-format off
|
||||
#ifdef LED_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[LED_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[LED_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | LED address
|
||||
* | | */
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE { 0xFF, 0xFF, 0x70, 0xFF, 0xFF, 0x70, 0xFF, 0xFF, 0x70, 0xFF, 0xFF, 0x70 }
|
||||
#define SNLED27351_CURRENT_TUNE { 0xFF, 0xFF, 0x70, 0xFF, 0xFF, 0x70, 0xFF, 0xFF, 0x70, 0xFF, 0xFF, 0x70 }
|
||||
|
||||
/* turn off effects when suspended */
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 21
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001",
|
||||
"driver": "snled27351",
|
||||
"animations": {
|
||||
"band_spiral_val": true,
|
||||
"breathing": true,
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,14 +17,14 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 26
|
||||
#define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
|
||||
/* Enable num-lock LED */
|
||||
#define NUM_LOCK_LED_INDEX 5
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001",
|
||||
"driver": "snled27351",
|
||||
"animations": {
|
||||
"band_spiral_val": true,
|
||||
"breathing": true,
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -41,8 +41,8 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x98, 0x98, 0x4A, 0x98, 0x98, 0x4A, 0x98, 0x98, 0x4A, 0x98, 0x98, 0x4A }
|
||||
|
||||
/* DIP switch */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
#define MATRIX_MASKED // actual mask is defined by `matrix_mask` in `q11.c`
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -37,7 +37,7 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF } // 300mA
|
||||
|
||||
/* EEPROM Driver Configuration */
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
]
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001",
|
||||
"driver": "snled27351",
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"band_spiral_val": true,
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED2001 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -37,7 +37,7 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xAD, 0xAD, 0x55, 0xAD, 0xAD, 0x55, 0xAD, 0xAD, 0x55, 0xAD, 0xAD, 0x55 }
|
||||
|
||||
/* DIP switch */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
#define DIP_SWITCH_MATRIX_GRID { {4, 4} }
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
|
||||
/* Disable DIP switch in matrix data */
|
||||
#define MATRIX_MASKED
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"splash": true,
|
||||
"typing_heatmap": true
|
||||
},
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"url": "https://github.com/Keychron",
|
||||
"usb": {
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#include "quantum.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 71
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE { 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D }
|
||||
#define SNLED27351_CURRENT_TUNE { 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D }
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
#define CAPS_LOCK_LED_INDEX 30
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 71
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE { 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D }
|
||||
#define SNLED27351_CURRENT_TUNE { 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D, 0xC0, 0xC0, 0x5D }
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
#define CAPS_LOCK_LED_INDEX 30
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 87
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }
|
||||
|
||||
/* Enable CapsLcok LED */
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 87
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }
|
||||
|
||||
/* Enable CapsLcok LED */
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -28,7 +28,7 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
|
||||
/* DIP switch */
|
||||
#define DIP_SWITCH_MATRIX_GRID { {5, 4} }
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"splash": true,
|
||||
"typing_heatmap": true
|
||||
},
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"url": "https://github.com/Keychron",
|
||||
"usb": {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 88
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 88
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 91
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44 }
|
||||
|
||||
/* Enable CapsLcok LED */
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
/* RGB Matrix Configuration */
|
||||
#define RGB_MATRIX_LED_COUNT 92
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44 }
|
||||
|
||||
/* Enable CapsLcok LED */
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,17 +17,17 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 31
|
||||
#define DRIVER_2_LED_TOTAL 30
|
||||
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60 }
|
||||
|
||||
/* Enable CapsLcok LED*/
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9"],
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -17,14 +17,14 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 61
|
||||
#define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60 }
|
||||
|
||||
/* Enable CapsLcok LED*/
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9"],
|
||||
|
|
|
@ -17,14 +17,14 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 62
|
||||
#define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60, 0xCA, 0xCA, 0x60 }
|
||||
|
||||
/* Enable CapsLcok LED*/
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9"],
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xB6, 0xB6, 0x56, 0xB6, 0xB6, 0x56, 0xB6, 0xB6, 0x56, 0xB6, 0xB6, 0x56 }
|
||||
|
||||
/* DIP switch */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -24,11 +24,11 @@
|
|||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xA4, 0xA4, 0x52, 0xA4, 0xA4, 0x52, 0xA4, 0xA4, 0x52, 0xA4, 0xA4, 0x52 }
|
||||
|
||||
/* DIP switch */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"processor": "STM32L432",
|
||||
"bootloader": "stm32-dfu",
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9"],
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 1
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -27,7 +27,7 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xD8, 0xD8, 0x60, 0xD8, 0xD8, 0x60, 0xD8, 0xD8, 0x60, 0xD8, 0xD8, 0x60 }
|
||||
|
||||
/* DIP switch */
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
{ NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, A2, A3, A4, A5, A6, A7, B0, B1 }
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -37,8 +37,8 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 30U
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xB8, 0xB8, 0x58, 0xB8, 0xB8, 0x58, 0xB8, 0xB8, 0x58, 0xB8, 0xB8, 0x58 }
|
||||
|
||||
/* Disable DIP switch in matrix data */
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "A10", "B5"],
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -28,8 +28,8 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xF8, 0xF8, 0x80, 0xF8, 0xF8, 0x80, 0xF8, 0xF8, 0x80, 0xF8, 0xF8, 0x80 }
|
||||
|
||||
/* DIP switch */
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "A10", "B5"],
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "H3"],
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to CKLED manual for these locations
|
||||
const snled27351_led_t PROGMEM g_snled27351_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to SNLED27351 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ckled2001"
|
||||
"driver": "snled27351"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "A8", "A9", "H3"],
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
// #define MATRIX_UNSELECT_DRIVE_HIGH
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define CKLED2001_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 CKLED2001_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 CKLED2001_I2C_ADDRESS_GND
|
||||
#define SNLED27351_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 SNLED27351_I2C_ADDRESS_VDDIO
|
||||
#define DRIVER_ADDR_2 SNLED27351_I2C_ADDRESS_GND
|
||||
|
||||
/* Increase I2C speed to 1000 KHz */
|
||||
#define I2C1_TIMINGR_PRESC 0U
|
||||
|
@ -31,8 +31,8 @@
|
|||
#define I2C1_TIMINGR_SCLH 15U
|
||||
#define I2C1_TIMINGR_SCLL 51U
|
||||
|
||||
#define CKLED2001_PHASE_CHANNEL CKLED2001_MSKPHASE_9CHANNEL
|
||||
#define CKLED2001_CURRENT_TUNE \
|
||||
#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL
|
||||
#define SNLED27351_CURRENT_TUNE \
|
||||
{ 0xC4, 0xC4, 0x60, 0xC4, 0xC4, 0x60, 0xC4, 0xC4, 0x60, 0xC4, 0xC4, 0x60 }
|
||||
|
||||
/* DIP switch */
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue