summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-08 23:41:15 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 19:48:20 +0200
commite01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff (patch)
treebb5dcd6b71353aebfd93da01d740b527c4cdca82 /quantum/quantum.h
parentb0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3 (diff)
downloadqmk_firmware-e01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff.tar.gz
qmk_firmware-e01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff.tar.xz
Most ergodox keymaps compiles on Infinity
There are linker errors due to missing led funcitonality though
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 7ebfb24e3..6e3fbcc79 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -25,6 +25,7 @@
#include "led.h"
#include "action_util.h"
#include <stdlib.h>
+#include "print.h"
extern uint32_t default_layer_state;