]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/clueboard/config.h
added matrixman layout
[qmk_firmware.git] / keyboards / clueboard / config.h
index ceac80795b26185beb839b9b2dcc8bb0fbeec520..0d4e6a8746c84d3825f4e2a143b7fbb7d67e1906 100644 (file)
@@ -29,9 +29,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW
 
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
 /* Set 0 if debouncing isn't needed */
 #define DEBOUNCING_DELAY 5
 
@@ -70,5 +67,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifdef SUBPROJECT_rev2
     #include "rev2/config.h"
 #endif
+#ifdef SUBPROJECT_rev3
+    #include "rev3/config.h"
+#endif
 
 #endif