Skip to content

Commit

Permalink
Fix Ortho Compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and jackhumbert committed May 14, 2018
1 parent 34b2743 commit 9dba705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/orthodox/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
enum custom_keycodes {
QWERTY = SAFE_RANGE,
COLEMAK,
DVORAK,
ADJUST,
DVORAK
};

// Fillers to make layering more clear
Expand Down Expand Up @@ -112,5 +111,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return false;
break;
}
return true;
}

0 comments on commit 9dba705

Please sign in to comment.