diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-09 00:41:15 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-29 20:48:20 +0300 |
| commit | e01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff (patch) | |
| tree | bb5dcd6b71353aebfd93da01d740b527c4cdca82 /quantum/quantum.h | |
| parent | b0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3 (diff) | |
| download | qmk_firmware-e01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff.tar.gz qmk_firmware-e01b4c3fd9a7b66276ffd22dcac25d569d7bb7ff.zip | |
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.h | 1 |
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 @@ | |||
| 25 | #include "led.h" | 25 | #include "led.h" |
| 26 | #include "action_util.h" | 26 | #include "action_util.h" |
| 27 | #include <stdlib.h> | 27 | #include <stdlib.h> |
| 28 | #include "print.h" | ||
| 28 | 29 | ||
| 29 | 30 | ||
| 30 | extern uint32_t default_layer_state; | 31 | extern uint32_t default_layer_state; |
