aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/>.
35enum custom_keycodes { 35enum custom_keycodes {
36 QWERTY = SAFE_RANGE, 36 QWERTY = SAFE_RANGE,
37 COLEMAK, 37 COLEMAK,
38 DVORAK, 38 DVORAK
39 ADJUST,
40}; 39};
41 40
42// Fillers to make layering more clear 41// Fillers to make layering more clear
@@ -112,5 +111,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
112 } 111 }
113 return false; 112 return false;
114 break; 113 break;
114 }
115 return true; 115 return true;
116} 116}