]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/nyquist/nyquist.h
Do some cleanup for the API
[qmk_firmware.git] / keyboards / nyquist / nyquist.h
index e8cccecf5f6f90af351520a9548b26afc5dc271e..4677079b41a5fe88a2436c16fe7fec8955470f6f 100644 (file)
@@ -1,10 +1,12 @@
 #ifndef NYQUIST_H
 #define NYQUIST_H
 
-#ifdef SUBPROJECT_rev1
+#ifdef KEYBOARD_nyquist_rev1
     #include "rev1.h"
 #endif
 
+#include "quantum.h"
+
 // Used to create a keymap using only KC_ prefixed keys
 #define KC_KEYMAP( \
     L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
@@ -21,6 +23,4 @@
         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"
-
-#endif
\ No newline at end of file
+#endif