diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-25 14:09:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 14:09:41 -0400 |
commit | 7bd4559b4b8f323107de46ebf90d31bfa9880e78 (patch) | |
tree | 6ee4f42efbee53f956da420468529fbc9913e92b /keyboards/s60-x/Makefile | |
parent | 9fa7a788d3147a5a34c5cb64cb73e8df2093a795 (diff) | |
parent | 215dd126d08b29939c53bf0eaa006ce6ecdedb83 (diff) |
Merge pull request #1231 from Dbroqua/master
S60-X RGB support
Diffstat (limited to 'keyboards/s60-x/Makefile')
-rw-r--r-- | keyboards/s60-x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/s60-x/Makefile b/keyboards/s60-x/Makefile index 4e2a6f00fd..879e493a21 100644 --- a/keyboards/s60-x/Makefile +++ b/keyboards/s60-x/Makefile @@ -1,3 +1,5 @@ +SUBPROJECT_DEFAULT = default + ifndef MAKEFILE_INCLUDED include ../../Makefile endif
\ No newline at end of file |