summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k9_pro/ansi/rgb/config.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2023-08-07 23:26:44 +0800
committerGitHub <noreply@github.com>2023-08-07 23:26:44 +0800
commitf3e1536b509c13c2804e5a3e6fabe7c9120e08b2 (patch)
tree268725cc2182d0ceb152b55b47f7803beb88f280 /keyboards/keychron/k9_pro/ansi/rgb/config.h
parentaf8d6b4a2887f6a0946db3446eaa81b5174a6334 (diff)
parentaba7a26dd8604d440287009e77628eb43f592258 (diff)
Merge pull request #147 from lalalademaxiya1/keychron_k9_pro_ansi_white
Keychron k9 pro
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