Align sleep_led logic (#25395)

This commit is contained in:
Joel Challis 2025-06-27 08:17:28 +01:00 committed by GitHub
parent f39e08e2ba
commit bc5c5e3251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 51 deletions

View file

@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_layer.h"
#include "action_util.h"
#include "eeconfig.h"
#include "sleep_led.h"
#include "led.h"
#include "command.h"
#include "quantum.h"
@ -39,6 +38,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# include "backlight.h"
#endif
#ifdef SLEEP_LED_ENABLE
# include "sleep_led.h"
#endif
#if defined(MOUSEKEY_ENABLE)
# include "mousekey.h"
#endif