~ruther/qmk_firmware

d66090af19fff061ce925882e94687bfb5d8b93b — Ryan 4 years ago b963049
`backlight.c`: include `eeprom.h` (#13024)

1 files changed, 1 insertions(+), 0 deletions(-)

M quantum/backlight/backlight.c
M quantum/backlight/backlight.c => quantum/backlight/backlight.c +1 -0
@@ 17,6 17,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include "quantum.h"
#include "backlight.h"
#include "eeprom.h"
#include "eeconfig.h"
#include "debug.h"