From 99ef365eb092bde14d0db1c8734466037e3e1e75 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 20 Feb 2026 14:57:00 +0100 Subject: Added a way to set the brigthness of the keyboard --- qmk/keyboards/sofle_choc/keymaps/custom/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/config.h') 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 -- cgit v1.2.3