summaryrefslogtreecommitdiffstats
path: root/keyboards/nyquist/nyquist.h
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-04-21 02:02:09 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-21 02:02:09 +0200
commitc604cd6fd716a84432ecc66edb69d74b5d23bbad (patch)
treefcce87af81eae55cc23fbc8346dcdab8ad482f5d /keyboards/nyquist/nyquist.h
parent2a63e212794627ee649e4649355ecce8d1a790b8 (diff)
downloadqmk_firmware-c604cd6fd716a84432ecc66edb69d74b5d23bbad.tar.gz
qmk_firmware-c604cd6fd716a84432ecc66edb69d74b5d23bbad.tar.xz
Add Nyquist Rev. 2 (#2414)
Diffstat (limited to 'keyboards/nyquist/nyquist.h')
-rw-r--r--keyboards/nyquist/nyquist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/nyquist/nyquist.h b/keyboards/nyquist/nyquist.h
index a96d40d9f..d401a45f7 100644
--- a/keyboards/nyquist/nyquist.h
+++ b/keyboards/nyquist/nyquist.h
@@ -4,6 +4,9 @@
#ifdef KEYBOARD_nyquist_rev1
#include "rev1.h"
#endif
+#ifdef KEYBOARD_nyquist_rev2
+ #include "rev2.h"
+#endif
#include "quantum.h"