Fix failing keyboards on develop (#23406)

This commit is contained in:
Joel Challis 2024-04-03 14:01:30 +01:00 committed by GitHub
parent c635733a7f
commit 62af50ceef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 22 additions and 7 deletions

View file

@ -2,8 +2,10 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include "satisfaction_core.h"
#include "backlight.h"
#include "eeprom.h"
#ifdef BACKLIGHT_ENABLE
# include "backlight.h"
#endif
void pre_encoder_mode_change(void){
if(encoder_mode == ENC_MODE_CLOCK_SET){