summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k10_pro
diff options
context:
space:
mode:
authorAdophoxia <andyao1528@gmail.com>2023-05-26 01:17:30 -0700
committerAdophoxia <andyao1528@gmail.com>2023-05-26 01:17:30 -0700
commit71515b61904d8d31fdfdf4b0075759d6cd420b65 (patch)
tree0c28c5ceceb3a87015da28c93111141cd71467cd /keyboards/keychron/k10_pro
parent9e23aa99d5df05ed588fba54f006bee9f394f1c2 (diff)
Removed duplicate `vid` in seperate variant folders & use correct `rgb_matrix` for K10 Pro `iso/rgb`
Diffstat (limited to 'keyboards/keychron/k10_pro')
-rw-r--r--keyboards/keychron/k10_pro/iso/rgb/info.json26
-rw-r--r--keyboards/keychron/k10_pro/iso/white/info.json1
2 files changed, 15 insertions, 12 deletions
diff --git a/keyboards/keychron/k10_pro/iso/rgb/info.json b/keyboards/keychron/k10_pro/iso/rgb/info.json
index ea304a9319..ecaa60d9c9 100644
--- a/keyboards/keychron/k10_pro/iso/rgb/info.json
+++ b/keyboards/keychron/k10_pro/iso/rgb/info.json
@@ -1,31 +1,35 @@
{
"usb": {
- "vid": "0x3434",
"pid": "0x02A1",
"device_version": "1.0.0"
},
"features": {
- "led_matrix": true
+ "rgb_matrix": true
},
- "led_matrix": {
+ "rgb_matrix": {
"driver": "CKLED2001",
"animations": {
- "none": true,
- "solid": true,
"breathing": true,
- "band_pinwheel": true,
- "band_spiral": true,
+ "band_spiral_val": true,
+ "cycle_all": true,
"cycle_left_right": true,
"cycle_up_down": true,
+ "rainbow_moving_chevron": true,
"cycle_out_in": true,
+ "cycle_out_in_dual": true,
+ "cycle_pinwheel": true,
+ "cycle_spiral": true,
"dual_beacon": true,
+ "rainbow_beacon": true,
+ "jellybean_raindrops": true,
+ "pixel_rain": true,
+ "typing_heatmap": true,
+ "digital_rain": true,
"solid_reactive_simple": true,
"solid_reactive_multiwide": true,
"solid_reactive_multinexus": true,
- "solid_splash": true,
- "wave_left_right": true,
- "wave_up_down": true,
- "effect_max": true
+ "splash": true,
+ "solid_splash": true
}
}
}
diff --git a/keyboards/keychron/k10_pro/iso/white/info.json b/keyboards/keychron/k10_pro/iso/white/info.json
index b696572929..0201dd96b6 100644
--- a/keyboards/keychron/k10_pro/iso/white/info.json
+++ b/keyboards/keychron/k10_pro/iso/white/info.json
@@ -1,6 +1,5 @@
{
"usb": {
- "vid": "0x3434",
"pid": "0x02A4",
"device_version": "1.0.0"
},