diff options
author | QMK Bot <hello@qmk.fm> | 2023-07-25 03:05:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-07-25 03:05:51 +0000 |
commit | f1ec22726b21b470d4d334575a496f8099d3e660 (patch) | |
tree | 847c1325ff3949fd92f69526f231aa0cfe33c921 /keyboards/keychron/s1/ansi | |
parent | ba6a49612a7790b44f6f7bf294c05a08170dbea2 (diff) | |
parent | 855c03d44565a44607d5446fbf227e6955293847 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |