Skip to content

Commit

Permalink
Revert "Fix RGB_DISABLE_TIMEOUT overflow warning (qmk#9866) (qmk#9874)"
Browse files Browse the repository at this point in the history
This reverts commit 3947c6b.
  • Loading branch information
fdawans authored Aug 11, 2020
1 parent a1e645b commit ebf3893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/rgb_matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const point_t k_rgb_matrix_center = RGB_MATRIX_CENTER;
// ------------------------------------------

#if defined(RGB_DISABLE_AFTER_TIMEOUT) && !defined(RGB_DISABLE_TIMEOUT)
# define RGB_DISABLE_TIMEOUT (RGB_DISABLE_AFTER_TIMEOUT * 1200UL)
# define RGB_DISABLE_TIMEOUT (RGB_DISABLE_AFTER_TIMEOUT * 1200)
#endif

#ifndef RGB_DISABLE_TIMEOUT
Expand Down

0 comments on commit ebf3893

Please sign in to comment.