]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/nyquist/nyquist.h
Remove all Makefiles from the keyboards directory. (#1660)
[qmk_firmware.git] / keyboards / nyquist / nyquist.h
index e8cccecf5f6f90af351520a9548b26afc5dc271e..dcc2a4ffd458951a5e18f27c89fa21ccdd884080 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef NYQUIST_H
 #define NYQUIST_H
 
-#ifdef SUBPROJECT_rev1
-    #include "rev1.h"
-#endif
+#include QMK_SUBPROJECT_H
+
+#include "quantum.h"
 
 // Used to create a keymap using only KC_ prefixed keys
 #define KC_KEYMAP( \
@@ -21,6 +21,6 @@
         KC_##L40, KC_##L41, KC_##L42, KC_##L43, KC_##L44, KC_##L45, KC_##R40, KC_##R41, KC_##R42, KC_##R43, KC_##R44, KC_##R45 \
     )
 
-#include "quantum.h"
+#define LAYOUT_ortho_5x12 KEYMAP
 
 #endif
\ No newline at end of file