diff options
author | Drashna Jael're <drashna@live.com> | 2017-12-10 07:46:36 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-14 06:05:28 +0100 |
commit | 23b1889241c2ba3438d761cd517f40c94abb3ec8 (patch) | |
tree | 06c4f6b630927047679f204862f63e39497b0411 /keyboards/orthodox | |
parent | 6cd001e337a31cb84ab87c6156613d9667d952f1 (diff) | |
download | qmk_firmware-23b1889241c2ba3438d761cd517f40c94abb3ec8.tar.gz qmk_firmware-23b1889241c2ba3438d761cd517f40c94abb3ec8.tar.xz |
Update revision default
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 |