summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-08-04 22:49:10 +0200
committerJack Humbert <jack.humb@gmail.com>2018-08-04 22:49:10 +0200
commit23d68d0ba12ced8b58b7e6225c3c1c5aa41a38d0 (patch)
treed84154646da69345ac40ead49f0351f606bde199 /quantum/quantum.h
parent435a1202e7575dba61bb9a48070ddc90ccda2993 (diff)
downloadqmk_firmware-23d68d0ba12ced8b58b7e6225c3c1c5aa41a38d0.tar.gz
qmk_firmware-23d68d0ba12ced8b58b7e6225c3c1c5aa41a38d0.tar.xz
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
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h>
#include "print.h"
#include "send_string_keycodes.h"
+#include "suspend.h"
extern uint32_t default_layer_state;