Updated RGB Matrix suspend define part 3 (#13954)

* Updated RGB Matrix suspend define part 3

* Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)"

This reverts commit 80015f7fb0.

* Add additional boards/keymaps
This commit is contained in:
Drashna Jaelre
2021-08-21 16:46:35 -07:00
committed by GitHub
parent 58a5030661
commit c5f41d42d8
10 changed files with 37 additions and 44 deletions

View File

@@ -23,15 +23,10 @@
#define QMK_KEYS_PER_SCAN 4
/* Force NKRO on boot up */
#define FORCE_NKRO
#define FORCE_NKRO
#ifdef RGB_MATRIX_ENABLE
#undef RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
#undef RGB_DISABLE_TIMEOUT
#define RGB_DISABLE_TIMEOUT 900000
# define RGB_DISABLE_WHEN_USB_SUSPENDED
# undef RGB_DISABLE_TIMEOUT
# define RGB_DISABLE_TIMEOUT 900000
#endif