diff options
Diffstat (limited to 'keyboards/orthodox/Makefile')
-rw-r--r-- | keyboards/orthodox/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/orthodox/Makefile b/keyboards/orthodox/Makefile new file mode 100644 index 0000000000..f5c87d4d65 --- /dev/null +++ b/keyboards/orthodox/Makefile @@ -0,0 +1,5 @@ +SUBPROJECT_DEFAULT = rev2 + +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |