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:
@@ -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
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#define NO_ACTION_FUNCTION
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
#define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
|
||||
#define USB_SUSPEND_WAKEUP_DELAY 5000
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
#define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN
|
||||
|
Reference in New Issue
Block a user