Skip to content

Commit

Permalink
Test some rgb matrix config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
halcyonCorsair committed Feb 22, 2022
1 parent a48f0c9 commit 461a1b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion keyboards/splitkb/kyria/keymaps/halcyoncorsair/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
#undef LOCKING_RESYNC_ENABLE

#ifdef RGB_MATRIX_ENABLE
# undef RGB_MATRIX_MAXIMUM_BRIGHTNESS
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150

// #undef ENABLE_RGB_MATRIX_ALPHAS_MODS
// #undef ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
// #undef ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
Expand Down Expand Up @@ -146,5 +149,5 @@
# define RGB_MATRIX_STARTUP_SAT 255
# define RGB_MATRIX_STARTUP_SPD 127
# undef RGB_DISABLE_WHEN_USB_SUSPENDED
# define RGB_DISABLE_TIMEOUT 10000 // number of milliseconds to wait until rgb automatically turns off
# define RGB_DISABLE_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off
#endif

0 comments on commit 461a1b5

Please sign in to comment.