1
0

Migrate RGB Matrix config to info.json (#22998)

This commit is contained in:
Joel Challis
2024-02-14 00:54:14 +00:00
committed by GitHub
parent c8c55e3220
commit 974e98ce59
173 changed files with 429 additions and 1408 deletions

View File

@@ -16,8 +16,5 @@
#pragma once
/* RGB Matrix Configuration */
#define RGB_MATRIX_LED_COUNT 67
/* Enable caps-lock LED */
#define CAPS_LOCK_LED_INDEX 30

View File

@@ -16,8 +16,5 @@
#pragma once
/* RGB Matrix Configuration */
#define RGB_MATRIX_LED_COUNT 67
/* Enable caps-lock LED */
#define CAPS_LOCK_LED_INDEX 30

View File

@@ -24,11 +24,5 @@
#define SNLED27351_PHASE_CHANNEL SNLED27351_SCAN_PHASE_9_CHANNEL
/* turn off effects when suspended */
#define RGB_MATRIX_SLEEP
/* Encoder Configuration*/
#define ENCODER_DEFAULT_POS 0x3
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS

View File

@@ -54,7 +54,8 @@
"splash": true,
"typing_heatmap": true
},
"driver": "snled27351"
"driver": "snled27351",
"sleep": true
},
"url": "https://github.com/Keychron",
"usb": {

View File

@@ -16,8 +16,5 @@
#pragma once
/* RGB Matrix Configuration */
#define RGB_MATRIX_LED_COUNT 68
/* Enable caps-lock LED */
#define CAPS_LOCK_LED_INDEX 29

View File

@@ -16,8 +16,5 @@
#pragma once
/* RGB Matrix Configuration */
#define RGB_MATRIX_LED_COUNT 68
/* Enable caps-lock LED */
#define CAPS_LOCK_LED_INDEX 29