2020 February 29 Breaking Changes Update (#8064)
[jackhill/qmk/firmware.git] / quantum / quantum.h
index fbd5e90..7dc14e6 100644 (file)
@@ -88,6 +88,10 @@ extern layer_state_t layer_state;
 #    include "process_music.h"
 #endif
 
+#ifdef BACKLIGHT_ENABLE
+#    include "process_backlight.h"
+#endif
+
 #ifdef LEADER_ENABLE
 #    include "process_leader.h"
 #endif