Change {LED,RGB}_DISABLE_TIMEOUT
to {LED,RGB}_MATRIX_TIMEOUT
(#18415)
This commit is contained in:
parent
9509dfbe39
commit
ea2819b2c2
138 changed files with 64 additions and 181 deletions
|
@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define NO_ACTION_ONESHOT
|
||||
|
||||
#define OLED_TIMEOUT 90000
|
||||
#define RGB_DISABLE_TIMEOUT 90000
|
||||
#define RGB_MATRIX_TIMEOUT 90000
|
||||
|
||||
#define MT_0_0 " 1 "
|
||||
#define MT_0_1 " 2 "
|
||||
|
|
|
@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define NO_ACTION_ONESHOT
|
||||
|
||||
#define OLED_TIMEOUT 90000
|
||||
#define RGB_DISABLE_TIMEOUT 90000
|
||||
#define RGB_MATRIX_TIMEOUT 90000
|
||||
|
||||
#define MT_0_0 " prev "
|
||||
#define MT_0_1 " pl/pa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue