From aeade1b1972c8d3d8f32dd21e1ae31e6c9e702db Mon Sep 17 00:00:00 2001 From: Danny Nguyen Date: Mon, 29 May 2017 15:37:19 -0400 Subject: Fork Let’s Split files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboards/nyquist/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 keyboards/nyquist/Makefile (limited to 'keyboards/nyquist/Makefile') diff --git a/keyboards/nyquist/Makefile b/keyboards/nyquist/Makefile new file mode 100644 index 000000000..f5c87d4d6 --- /dev/null +++ b/keyboards/nyquist/Makefile @@ -0,0 +1,5 @@ +SUBPROJECT_DEFAULT = rev2 + +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif -- cgit v1.2.3-24-g4f1b From 4a8da0cb45abc9fd490944682acc71ccb0d5ee72 Mon Sep 17 00:00:00 2001 From: Danny Nguyen Date: Mon, 29 May 2017 16:20:06 -0400 Subject: Modify pinout and layouts for Nyquist --- keyboards/nyquist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/nyquist/Makefile') diff --git a/keyboards/nyquist/Makefile b/keyboards/nyquist/Makefile index f5c87d4d6..0c519b323 100644 --- a/keyboards/nyquist/Makefile +++ b/keyboards/nyquist/Makefile @@ -1,4 +1,4 @@ -SUBPROJECT_DEFAULT = rev2 +SUBPROJECT_DEFAULT = rev1 ifndef MAKEFILE_INCLUDED include ../../Makefile -- cgit v1.2.3-24-g4f1b