summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k10_pro/iso/rgb/config.h
diff options
context:
space:
mode:
authorlalalademaxiya1 <2831039915@qq.com>2023-09-13 15:42:01 +0800
committerlalalademaxiya1 <2831039915@qq.com>2023-09-13 15:42:01 +0800
commit747353348ecda25fd50ab47b802d1428f307fd1b (patch)
treeada65a50228fb93bcf07199e5d59dabe8c33b81f /keyboards/keychron/k10_pro/iso/rgb/config.h
parent00af20f690b66b11c3c00826b5193a306b611ec4 (diff)
Added K10_Pro and K15_Pro
Diffstat (limited to 'keyboards/keychron/k10_pro/iso/rgb/config.h')
-rw-r--r--keyboards/keychron/k10_pro/iso/rgb/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keychron/k10_pro/iso/rgb/config.h b/keyboards/keychron/k10_pro/iso/rgb/config.h
index da2aa831f6..23aaeba655 100644
--- a/keyboards/keychron/k10_pro/iso/rgb/config.h
+++ b/keyboards/keychron/k10_pro/iso/rgb/config.h
@@ -19,9 +19,10 @@
#ifdef RGB_MATRIX_ENABLE
/* RGB Matrix Driver Configuration */
# define DRIVER_COUNT 2
-
# define DRIVER_ADDR_1 0b1110111
# define DRIVER_ADDR_2 0b1110100
+
+/* RGB Matrix Configuration */
# define DRIVER_1_LED_TOTAL 60
# define DRIVER_2_LED_TOTAL 49
# define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)