From 23d68d0ba12ced8b58b7e6225c3c1c5aa41a38d0 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Sat, 4 Aug 2018 13:49:10 -0700 Subject: Make sure Planck light calls user suspend functions (#3568) * Make sure Planck light calls user suspend functions * Add suspend.h include to quantum.h for kb/user function compatibility --- quantum/quantum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/quantum.h') diff --git a/quantum/quantum.h b/quantum/quantum.h index 855a51c1b..1db9846f0 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -53,6 +53,7 @@ #include #include "print.h" #include "send_string_keycodes.h" +#include "suspend.h" extern uint32_t default_layer_state; -- cgit v1.2.3-24-g4f1b