From 9dba7050642c2cb7788812bd4a88a4129d1ab698 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Mon, 14 May 2018 07:27:50 -0700 Subject: Fix Ortho Compile issue --- keyboards/orthodox/keymaps/default/keymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/orthodox') 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 . 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; } -- cgit v1.2.3-24-g4f1b