summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-05-14 16:27:50 +0200
committerJack Humbert <jack.humb@gmail.com>2018-05-14 16:32:11 +0200
commit9dba7050642c2cb7788812bd4a88a4129d1ab698 (patch)
tree5a12daae88f357774b242f6c62c8fd98b35789fd /keyboards/orthodox
parent34b274360c3be6cc0f080a81b60b36396ff3facd (diff)
downloadqmk_firmware-9dba7050642c2cb7788812bd4a88a4129d1ab698.tar.gz
qmk_firmware-9dba7050642c2cb7788812bd4a88a4129d1ab698.tar.xz
Fix Ortho Compile issue
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r--keyboards/orthodox/keymaps/default/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/orthodox/keymaps/default/keymap.c b/keyboards/orthodox/keymaps/default/keymap.c
index 5e7791674..c7a48d82d 100644
--- a/keyboards/orthodox/keymaps/default/keymap.c
+++ b/keyboards/orthodox/keymaps/default/keymap.c
@@ -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
@@ -112,5 +111,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return false;
break;
+ }
return true;
}