diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 17:54:12 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 17:54:12 -0400 |
commit | ee3c7892ad585e2e702d8975420d25ae052d97bb (patch) | |
tree | 71c23600099fe5670482f8900d787dbc7c9551b2 /keyboard/atomic/atomic.h | |
parent | 2d314810086684883329af730d8f5e8ecd0506b0 (diff) | |
parent | 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (diff) | |
download | qmk_firmware-ee3c7892ad585e2e702d8975420d25ae052d97bb.tar.gz |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/atomic/atomic.h')
-rw-r--r-- | keyboard/atomic/atomic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/atomic/atomic.h b/keyboard/atomic/atomic.h index 456c3fbdf..901761f51 100644 --- a/keyboard/atomic/atomic.h +++ b/keyboard/atomic/atomic.h @@ -4,6 +4,7 @@ #include "quantum.h" #include <stddef.h> #include <avr/io.h> +#include <avr/interrupt.h> // This a shortcut to help you visually see your layout. // The following is an example using the Planck MIT layout |