diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2026-02-20 14:57:00 +0100 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2026-02-20 14:57:00 +0100 |
| commit | 99ef365eb092bde14d0db1c8734466037e3e1e75 (patch) | |
| tree | 6bca604884a20079fb2b5fcd673dea22dc166b24 /qmk/keyboards/sofle_choc/keymaps/custom/config.h | |
| parent | 323ea6967ff94761f2ca20779d9012090c395e1a (diff) | |
Diffstat (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/config.h')
| -rw-r--r-- | qmk/keyboards/sofle_choc/keymaps/custom/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/config.h b/qmk/keyboards/sofle_choc/keymaps/custom/config.h index 310c993..6b9c31c 100644 --- a/qmk/keyboards/sofle_choc/keymaps/custom/config.h +++ b/qmk/keyboards/sofle_choc/keymaps/custom/config.h @@ -26,7 +26,8 @@ #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended #define SPLIT_TRANSPORT_MIRROR // If LED_MATRIX_KEYPRESSES or LED_MATRIX_KEYRELEASES is enabled, you also will want to enable SPLIT_TRANSPORT_MIRROR -#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 100 // limits maximum brightness of LEDs (max 255). Higher may cause the controller to crash. +#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs (max 255). Higher may cause the controller to crash. +#define RGB_MATRIX_DEFAULT_VAL 100 // Sets the default enabled state, if none has been set #define RGB_MATRIX_DEFAULT_ON true |
