From 349e0012ba2f378a3de3ac12966bfa6ea9b679ad Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 25 Aug 2017 18:48:40 +0200 Subject: Basic support for JM60 keyboard This adds basic support for JM60 RGB PCB that was sold by KBDfans https://kbdfans.myshopify.com/ https://www.aliexpress.com/store/product/JM60-RGB60-Custom-mechanical-keyboard-PCB-ANSI/2230037_32810956675.html No support for RGB Backlight yet. --- keyboards/jm60/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 keyboards/jm60/Makefile (limited to 'keyboards/jm60/Makefile') diff --git a/keyboards/jm60/Makefile b/keyboards/jm60/Makefile new file mode 100644 index 0000000000..4e2a6f00fd --- /dev/null +++ b/keyboards/jm60/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif \ No newline at end of file -- cgit v1.2.3