Fix failing keyboards on develop (#23406)
This commit is contained in:
parent
c635733a7f
commit
62af50ceef
7 changed files with 22 additions and 7 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue