Combined the keypresses || keyreleases define checks into a single define so I stop forgetting it where necessary
This commit is contained in:
parent
161c4b21dc
commit
74b7c3a4fb
8 changed files with 29 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#ifdef RGB_MATRIX_KEYPRESSES
|
||||
#ifdef RGB_MATRIX_KEYREACTIVE_ENABLED
|
||||
#if !defined(DISABLE_RGB_MATRIX_SOLID_SPLASH) || !defined(DISABLE_RGB_MATRIX_SOLID_MULTISPLASH)
|
||||
|
||||
extern const rgb_led g_rgb_leds[DRIVER_LED_TOTAL];
|
||||
|
@ -39,4 +39,4 @@ bool rgb_matrix_solid_splash(effect_params_t* params) {
|
|||
}
|
||||
|
||||
#endif // !defined(DISABLE_RGB_MATRIX_SPLASH) && !defined(DISABLE_RGB_MATRIX_MULTISPLASH)
|
||||
#endif // RGB_MATRIX_KEYPRESSES
|
||||
#endif // RGB_MATRIX_KEYREACTIVE_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue