diff options
Diffstat (limited to 'keyboards/nyquist/config.h')
-rw-r--r-- | keyboards/nyquist/config.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/nyquist/config.h b/keyboards/nyquist/config.h index 008fb09789..cf32b0a386 100644 --- a/keyboards/nyquist/config.h +++ b/keyboards/nyquist/config.h @@ -23,10 +23,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef SUBPROJECT_rev1 #include "rev1/config.h" #endif -#ifdef SUBPROJECT_rev2 - #include "rev2/config.h" -#endif -#ifdef SUBPROJECT_rev2fliphalf - #include "../../rev2fliphalf/config.h" -#endif -#endif + +#endif // CONFIG_H |