~ruther/qmk_firmware

9dba7050642c2cb7788812bd4a88a4129d1ab698 — Drashna Jaelre 7 years ago 34b2743
Fix Ortho Compile issue
1 files changed, 2 insertions(+), 2 deletions(-)

M keyboards/orthodox/keymaps/default/keymap.c
M keyboards/orthodox/keymaps/default/keymap.c => keyboards/orthodox/keymaps/default/keymap.c +2 -2
@@ 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;
}