diff options
author | Ryan <fauxpark@gmail.com> | 2023-12-20 13:31:39 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 13:31:39 +1100 |
commit | 73758d3d3a3bbee76bd1c9946d4c663c28f166f0 (patch) | |
tree | e95d82b5b125d1aba00cc366730ff5e6aab5992e /keyboards/keychron/s1/ansi | |
parent | b9e81c06911a4e3345acf09cd499a9661eea67b8 (diff) |
Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)
Diffstat (limited to 'keyboards/keychron/s1/ansi')
-rw-r--r-- | keyboards/keychron/s1/ansi/white/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/s1/ansi/white/config.h b/keyboards/keychron/s1/ansi/white/config.h index fbe02caeb1..80ef399047 100644 --- a/keyboards/keychron/s1/ansi/white/config.h +++ b/keyboards/keychron/s1/ansi/white/config.h @@ -27,7 +27,7 @@ // { 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40 } // 127mA /* Disable LED lighting when PC is in suspend */ -#define LED_DISABLE_WHEN_USB_SUSPENDED +#define LED_MATRIX_SLEEP /* Enable caps-lock LED */ #define CAPS_LOCK_LED_INDEX 46 |