diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-05-28 11:56:06 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-28 11:56:06 -0400 |
| commit | de57799530d3184722532f93d156364067d8fcd5 (patch) | |
| tree | e328efac498525222a5d415c0a7e1303a8c0d775 /quantum/quantum.h | |
| parent | 209ee3cd052b22b4cc32aecbc4b03cb8fb229a23 (diff) | |
| download | qmk_firmware-de57799530d3184722532f93d156364067d8fcd5.tar.gz qmk_firmware-de57799530d3184722532f93d156364067d8fcd5.zip | |
brings alps64 up-to-date (needs testing)
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 69a0d8126..71533f48b 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | #include "eeconfig.h" | 23 | #include "eeconfig.h" |
| 24 | #include <stddef.h> | 24 | #include <stddef.h> |
| 25 | #include <avr/io.h> | 25 | #include <avr/io.h> |
| 26 | #include <util/delay.h> | ||
| 26 | 27 | ||
| 27 | extern uint32_t default_layer_state; | 28 | extern uint32_t default_layer_state; |
| 28 | 29 | ||
