summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k9_pro/ansi/rgb/config.h
diff options
context:
space:
mode:
authorlalalademaxiya1 <2831039915@qq.com>2023-07-24 10:46:45 +0800
committerlalalademaxiya1 <2831039915@qq.com>2023-07-24 10:46:45 +0800
commite0d904fb5ea89767f7be4fd233c7d055e2473967 (patch)
tree973d8a6787cc5ee06b5fa71e5a039f67c495f7b4 /keyboards/keychron/k9_pro/ansi/rgb/config.h
parent02a4691a88dbf3ce67ded5e863a65c7efdc6acaf (diff)
Added k9 pro iso and jis version
Diffstat (limited to 'keyboards/keychron/k9_pro/ansi/rgb/config.h')
-rw-r--r--keyboards/keychron/k9_pro/ansi/rgb/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/keychron/k9_pro/ansi/rgb/config.h b/keyboards/keychron/k9_pro/ansi/rgb/config.h
index 507ef17232..233d97cf90 100644
--- a/keyboards/keychron/k9_pro/ansi/rgb/config.h
+++ b/keyboards/keychron/k9_pro/ansi/rgb/config.h
@@ -17,11 +17,12 @@
#pragma once
#ifdef RGB_MATRIX_ENABLE
-/* RGB Matrix driver configuration */
+/* RGB Matrix Driver Configuration */
# define DRIVER_COUNT 1
# define DRIVER_ADDR_1 0b1110100
-# define DRIVER_1_LED_COUNT 61
-# define RGB_MATRIX_LED_COUNT DRIVER_1_LED_COUNT
+
+/* RGB Matrix Configuration */
+# define RGB_MATRIX_LED_COUNT 61
/* Set to infinite, which is use in USB mode by default */
# define RGB_MATRIX_TIMEOUT RGB_MATRIX_TIMEOUT_INFINITE
@@ -32,6 +33,7 @@
/* Turn off backlight on low brightness to save power */
# define RGB_MATRIX_BRIGHTNESS_TURN_OFF_VAL 48
+/* Indication led index */
# define DIM_CAPS_LOCK
# define CAPS_LOCK_INDEX 28
# define LOW_BAT_IND_INDEX 56