diff options
author | Kumiko as a Service <Dreista@users.noreply.github.com> | 2023-07-24 23:05:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 21:05:17 -0600 |
commit | 855c03d44565a44607d5446fbf227e6955293847 (patch) | |
tree | 0f15e2564fceade5f4f3e220d547438e013b4b20 /keyboards/keychron/s1/ansi | |
parent | 671e02098ce04bea225146a91a5ff4dbe3df9b1c (diff) |
Add Caps Lock indicator for Kyechron S1 white backlight version (#21559)
Diffstat (limited to 'keyboards/keychron/s1/ansi')
-rw-r--r-- | keyboards/keychron/s1/ansi/white/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/keychron/s1/ansi/white/config.h b/keyboards/keychron/s1/ansi/white/config.h index ee09c95266..65a79726ca 100644 --- a/keyboards/keychron/s1/ansi/white/config.h +++ b/keyboards/keychron/s1/ansi/white/config.h @@ -31,6 +31,9 @@ /* Disable LED lighting when PC is in suspend */ #define LED_DISABLE_WHEN_USB_SUSPENDED +/* Enable caps-lock LED */ +#define CAPS_LOCK_LED_INDEX 46 + // LED Matrix Animation modes. Explicitly enabled // For full list of effects, see: // https://docs.qmk.fm/#/feature_led_matrix?id=led-matrix-effects |