X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fclueboard%2Fconfig.h;h=0d4e6a8746c84d3825f4e2a143b7fbb7d67e1906;hb=b736f25e85171fceb06f01cf45a45f84dd0a4911;hp=ceac80795b26185beb839b9b2dcc8bb0fbeec520;hpb=685c8ba64c634d9ba419a714ca0e2cbae14b6dda;p=qmk_firmware.git diff --git a/keyboards/clueboard/config.h b/keyboards/clueboard/config.h index ceac80795..0d4e6a874 100644 --- a/keyboards/clueboard/config.h +++ b/keyboards/clueboard/config.h @@ -29,9 +29,6 @@ along with this program. If not, see . /* 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 . #ifdef SUBPROJECT_rev2 #include "rev2/config.h" #endif +#ifdef SUBPROJECT_rev3 + #include "rev3/config.h" +#endif #endif