aboutsummaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
Diffstat (limited to 'quantum')
-rw-r--r--quantum/backlight/backlight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/backlight/backlight.c b/quantum/backlight/backlight.c
index 1bc276899..dfb98419e 100644
--- a/quantum/backlight/backlight.c
+++ b/quantum/backlight/backlight.c
@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#include "quantum.h" 18#include "quantum.h"
19#include "backlight.h" 19#include "backlight.h"
20#include "eeprom.h"
20#include "eeconfig.h" 21#include "eeconfig.h"
21#include "debug.h" 22#include "debug.h"
22 23