diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2016-11-21 08:22:14 -0800 |
---|---|---|
committer | Adam YH Lee <adam.yh.lee@gmail.com> | 2017-04-03 20:34:10 -0700 |
commit | e18768aa77985e3695f34b71f0e84547293e8104 (patch) | |
tree | 72761cb6dc3b22799c623a5f6f77eca8fbd7b17f /keyboards/miuni32/Makefile | |
parent | 3b990c08dcc0e57875e9220a5e6371f60679c7ae (diff) |
Add B1gtuna Miuni32
Miuni32 is a 30% ortholinear board.
Please visit www.bigtuna.io for more information.
Diffstat (limited to 'keyboards/miuni32/Makefile')
-rw-r--r-- | keyboards/miuni32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/miuni32/Makefile b/keyboards/miuni32/Makefile new file mode 100644 index 0000000000..57b2ef62e5 --- /dev/null +++ b/keyboards/miuni32/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |