diff options
| author | Michael Grote | 2024-03-15 17:44:25 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-08-05 14:44:33 +0200 |
| commit | 78ffc5916d9e4b24a5ef1d8fd88f26294fa31c2b (patch) | |
| tree | c9ada95f274416bcf754078a68c25c437bcffa24 | |
| parent | 77f48bd05ca554ad89f1e035149b9f0c50cdaa17 (diff) | |
skeletyl: undef rgb brightness first
| -rw-r--r-- | keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h index ba00eecaf8..57c924a425 100644 --- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h +++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h @@ -11,4 +11,5 @@ // rgb #define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR #define RGB_DISABLE_WHEN_USB_SUSPENDED false +#undef RGB_MATRIX_MAXIMUM_BRIGHTNESS #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255 |