Fix DD warnings for RGBKB boards (#18944)
This commit is contained in:
parent
fb96b88842
commit
8213eb7fbb
3 changed files with 10 additions and 7 deletions
|
@ -42,12 +42,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#ifdef IOS_DEVICE_ENABLE
|
||||
#define RGBLIGHT_LIMIT_VAL 40
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 40
|
||||
#elif RGBLIGHT_FULL_POWER
|
||||
#define RGBLIGHT_LIMIT_VAL 255
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255
|
||||
#else
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
|
||||
#endif
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS RGBLIGHT_LIMIT_VAL
|
||||
// RGB Matrix Animation modes. Explicitly enabled
|
||||
// For full list of effects, see:
|
||||
// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue