summaryrefslogtreecommitdiff
path: root/keyboards/ps2avrGB/Makefile
diff options
context:
space:
mode:
authorLuiz Ribeiro <luizribeiro@gmail.com>2017-01-21 12:30:06 -0500
committerLuiz Ribeiro <luizribeiro@gmail.com>2017-01-21 12:55:19 -0500
commitf7462aaa613a08ba4b86dbb912ce26722cfccaff (patch)
treecd7bd4b109fdb9d6f5253885138e1b34ee277e12 /keyboards/ps2avrGB/Makefile
parent10ff9623214ee62935a17b3f68d5180756b7a27b (diff)
Got ps2avrGB to work with the V-USB protocol
Diffstat (limited to 'keyboards/ps2avrGB/Makefile')
-rw-r--r--keyboards/ps2avrGB/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ps2avrGB/Makefile b/keyboards/ps2avrGB/Makefile
new file mode 100644
index 0000000000..57b2ef62e5
--- /dev/null
+++ b/keyboards/ps2avrGB/Makefile
@@ -0,0 +1,3 @@
+ifndef MAKEFILE_INCLUDED
+ include ../../Makefile
+endif