2021-06-26 07:00:21 +02:00
|
|
|
/*
|
|
|
|
* ----------------------------------------------------------------------------
|
|
|
|
* "THE BEER-WARE LICENSE" (Revision 42):
|
|
|
|
* <https://github.com/Legonut> wrote this file. As long as you retain this
|
|
|
|
* notice you can do whatever you want with this stuff. If we meet some day, and
|
|
|
|
* you think this stuff is worth it, you can buy me a beer in return. David Rauseo
|
|
|
|
* ----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// No need for the single versions when multi performance isn't a problem =D
|
2021-11-15 19:41:04 +01:00
|
|
|
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
|
|
|
|
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS
|
|
|
|
#undef ENABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
|
|
|
|
#undef ENABLE_RGB_MATRIX_SPLASH
|
|
|
|
#undef ENABLE_RGB_MATRIX_SOLID_SPLASH
|
2021-06-26 07:00:21 +02:00
|
|
|
|
|
|
|
// 20m timeout (20m * 60s * 1000mil)
|
2022-09-26 06:40:15 +02:00
|
|
|
// #define RGB_MATRIX_TIMEOUT 1200000
|
2023-12-20 03:31:50 +01:00
|
|
|
#define RGB_MATRIX_SLEEP
|