Skip to content

Commit

Permalink
Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines Part 2 (#13912
Browse files Browse the repository at this point in the history
)
  • Loading branch information
drashna authored Aug 7, 2021
1 parent 383fae5 commit 6fb9842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keyboards/gmmk/pro/ansi/keymaps/jonavin/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@

#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#endif
3 changes: 1 addition & 2 deletions keyboards/melgeek/mojo68/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49,4 +49,3 @@
#define DRIVER_ADDR_1 0b0110000
#define DRIVER_ADDR_2 0b0110000 // this is here for compliancy reasons.
#define DRIVER_COUNT 1

2 changes: 1 addition & 1 deletion keyboards/xbows/ranger/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# define RGB_MATRIX_LED_PROCESS_LIMIT 18
# define RGB_MATRIX_LED_FLUSH_LIMIT 16
# 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_FRAMEBUFFER_EFFECTS
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
Expand Down
2 changes: 1 addition & 1 deletion keyboards/xelus/valor/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CUSTOM_test_mode

0 comments on commit 6fb9842

Please sign in to comment.