]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Ortho Compile issue
authorDrashna Jaelre <drashna@live.com>
Mon, 14 May 2018 14:27:50 +0000 (07:27 -0700)
committerJack Humbert <jack.humb@gmail.com>
Mon, 14 May 2018 14:32:11 +0000 (10:32 -0400)
keyboards/orthodox/keymaps/default/keymap.c

index 5e7791674725e1d0c7a74fa8cf3f1da6d6da2d44..c7a48d82d0bdcab548f2340e73bae22dc02b05ab 100644 (file)
@@ -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;
 }