diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 13:12:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 13:12:29 -0500 |
commit | 0c2b6951a6ad80649798c0eca36a9999ebae0b13 (patch) | |
tree | fb8c24479e7978848a1c2a7ff39f117cb3383464 /quantum/quantum.h | |
parent | de659486f52db6492be6ca03ce5450690f5d891d (diff) | |
parent | e7c4f621f14b60bde68c01ae076cac49cac9927e (diff) |
Merge pull request #1057 from priyadi/selectable_output
Implement runtime selectable output (USB or BT)
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 8614c053ab..18f072189d 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> |