diff options
| author | Priyadi Iman Nurcahyo | 2017-02-01 13:37:52 +0100 |
|---|---|---|
| committer | Priyadi Iman Nurcahyo | 2017-02-01 13:37:52 +0100 |
| commit | 2bef8b5b88547ce28fb056559b058e35109278b3 (patch) | |
| tree | 104a08c011ead3e832af22c9e5cc61967c63003c /quantum/quantum.h | |
| parent | 72e95809a1d3da869942441a2ad7107c7a55d688 (diff) | |
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 e6adf974ab..810e9e4bb7 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -15,7 +15,6 @@ #ifdef RGBLIGHT_ENABLE #include "rgblight.h" #endif - #include "action_layer.h" #include "eeconfig.h" #include <stddef.h> |