]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/orthodox/config.h
Remove extra underscore from MASTER_RIGHT define
[qmk_firmware.git] / keyboards / orthodox / config.h
index 008fb09789f42e79893a65806246f71906946ec2..821cd7e29f2a10a6ffc4492aa2c3288e105e134c 100644 (file)
@@ -1,5 +1,9 @@
 /*
+This is the c configuration file for the keyboard
+
 Copyright 2012 Jun Wako <wakojun@gmail.com>
+Copyright 2017 Jack Humbert
+Copyright 2017 Art Ortenburger
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -19,14 +23,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define CONFIG_H
 
 #include "config_common.h"
-
-#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