diff options
author | Joel Challis <git@zvecr.com> | 2023-04-16 06:21:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 23:21:58 -0600 |
commit | cefef18ceb172d70f8129191d189257f590a3949 (patch) | |
tree | c4625c15764e9224c41633b3db32732274c7d255 /keyboards/dumbpad | |
parent | 6e5ff018e3760faa3a7b7bb372122f47d047c2f9 (diff) |
Tidy up stray RGB_DISABLE_TIMEOUT references (#20460)
Diffstat (limited to 'keyboards/dumbpad')
-rw-r--r-- | keyboards/dumbpad/v3x/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dumbpad/v3x/config.h b/keyboards/dumbpad/v3x/config.h index 2c00ba8eef..f4487b0d40 100644 --- a/keyboards/dumbpad/v3x/config.h +++ b/keyboards/dumbpad/v3x/config.h @@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Cleanup RGB #ifdef RGB_MATRIX_ENABLE -#define RGB_DISABLE_TIMEOUT 300000 // 5 minutes (5 * 60 * 1000ms) +#define RGB_MATRIX_TIMEOUT 300000 // 5 minutes (5 * 60 * 1000ms) #define RGB_DISABLE_WHEN_USB_SUSPENDED #define RGB_MATRIX_FRAMEBUFFER_EFFECTS // Heatmap, Rain |