diff options
| author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-01 19:37:52 +0700 |
|---|---|---|
| committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-01 19:37:52 +0700 |
| commit | 2bef8b5b88547ce28fb056559b058e35109278b3 (patch) | |
| tree | 104a08c011ead3e832af22c9e5cc61967c63003c /quantum/quantum.h | |
| parent | 72e95809a1d3da869942441a2ad7107c7a55d688 (diff) | |
| download | qmk_firmware-2bef8b5b88547ce28fb056559b058e35109278b3.tar.gz qmk_firmware-2bef8b5b88547ce28fb056559b058e35109278b3.zip | |
Limit outputselect to AVR only for now
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index e6adf974a..810e9e4bb 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #ifdef RGBLIGHT_ENABLE | 15 | #ifdef RGBLIGHT_ENABLE |
| 16 | #include "rgblight.h" | 16 | #include "rgblight.h" |
| 17 | #endif | 17 | #endif |
| 18 | |||
| 19 | #include "action_layer.h" | 18 | #include "action_layer.h" |
| 20 | #include "eeconfig.h" | 19 | #include "eeconfig.h" |
| 21 | #include <stddef.h> | 20 | #include <stddef.h> |
