diff options
author | Joel Challis <git@zvecr.com> | 2024-02-14 00:54:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 00:54:14 +0000 |
commit | 974e98ce59f7df1e1a2d8ef65d9a4e758db62b58 (patch) | |
tree | b560bd013d9d17f7155331eb9763ecd009102766 /keyboards/keychron/v1/ansi | |
parent | c8c55e32201a04ac8845a799d47d3539764105a1 (diff) |
Migrate RGB Matrix config to info.json (#22998)
Diffstat (limited to 'keyboards/keychron/v1/ansi')
-rw-r--r-- | keyboards/keychron/v1/ansi/config.h | 5 | ||||
-rw-r--r-- | keyboards/keychron/v1/ansi/info.json | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/keychron/v1/ansi/config.h b/keyboards/keychron/v1/ansi/config.h index 5d10cae886..2040fa3862 100644 --- a/keyboards/keychron/v1/ansi/config.h +++ b/keyboards/keychron/v1/ansi/config.h @@ -16,11 +16,6 @@ #pragma once -/* RGB Matrix Configuration */ -#define DRIVER_1_LED_TOTAL 45 -#define DRIVER_2_LED_TOTAL 37 -#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) - #define SNLED27351_CURRENT_TUNE \ { 0xA6, 0xA6, 0x50, 0xA6, 0xA6, 0x50, 0xA6, 0xA6, 0x50, 0xA6, 0xA6, 0x50 } diff --git a/keyboards/keychron/v1/ansi/info.json b/keyboards/keychron/v1/ansi/info.json index 34fdd6ac31..db2526e244 100644 --- a/keyboards/keychron/v1/ansi/info.json +++ b/keyboards/keychron/v1/ansi/info.json @@ -8,9 +8,6 @@ "pid": "0x0310", "device_version": "1.0.0" }, - "rgb_matrix": { - "driver": "snled27351" - }, "processor": "STM32L432", "bootloader": "stm32-dfu", "layouts": { |