diff options
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r-- | keyboards/orthodox/rev3/config.h | 4 | ||||
-rw-r--r-- | keyboards/orthodox/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/orthodox/subproject.mk | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/orthodox/rev3/config.h b/keyboards/orthodox/rev3/config.h index 5437011b0..5022e888b 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 <http://www.gnu.org/licenses/>. */ -#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 d7ea0d49d..1bbae99a3 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 928b1edd0..000000000 --- a/keyboards/orthodox/subproject.mk +++ /dev/null @@ -1 +0,0 @@ -SUBPROJECT_DEFAULT = rev1 |