From: Drashna Jaelre Date: Mon, 14 May 2018 14:27:50 +0000 (-0700) Subject: Fix Ortho Compile issue X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9dba7050642c2cb7788812bd4a88a4129d1ab698;p=qmk_firmware.git Fix Ortho Compile issue --- 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; }