Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines Part 2 (#13912)
This commit is contained in:
parent
383fae55c5
commit
6fb9842936
4 changed files with 4 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
#define NO_ACTION_FUNCTION
|
||||
|
||||
#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 RGB_MATRIX_KEYPRESSES
|
||||
#define RGB_MATRIX_LED_PROCESS_LIMIT 4
|
||||
#define RGB_MATRIX_LED_FLUSH_LIMIT 26
|
||||
|
@ -49,4 +49,3 @@
|
|||
#define DRIVER_ADDR_1 0b0110000
|
||||
#define DRIVER_ADDR_2 0b0110000 // this is here for compliancy reasons.
|
||||
#define DRIVER_COUNT 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue