diff --git a/keyboards/orthodox/rev3/config.h b/keyboards/orthodox/rev3/config.h index 5437011b0d..5022e888b5 100644 --- a/keyboards/orthodox/rev3/config.h +++ b/keyboards/orthodox/rev3/config.h @@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef REV1_CONFIG_H -#define REV1_CONFIG_H +#ifndef REV3_CONFIG_H +#define REV3_CONFIG_H #include "config_common.h" diff --git a/keyboards/orthodox/rules.mk b/keyboards/orthodox/rules.mk index d7ea0d49dc..1bbae99a3e 100644 --- a/keyboards/orthodox/rules.mk +++ b/keyboards/orthodox/rules.mk @@ -71,4 +71,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend CUSTOM_MATRIX = yes -DEFAULT_FOLDER = orthodox/rev1 +DEFAULT_FOLDER = orthodox/rev3 diff --git a/keyboards/orthodox/subproject.mk b/keyboards/orthodox/subproject.mk deleted file mode 100644 index 928b1edd02..0000000000 --- a/keyboards/orthodox/subproject.mk +++ /dev/null @@ -1 +0,0 @@ -SUBPROJECT_DEFAULT = rev1