summaryrefslogtreecommitdiffstats
path: root/keyboards/contra/keymaps/maxr1998/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/contra/keymaps/maxr1998/keymap.c')
-rw-r--r--keyboards/contra/keymaps/maxr1998/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/contra/keymaps/maxr1998/keymap.c b/keyboards/contra/keymaps/maxr1998/keymap.c
index 87bf33894..4d731c08b 100644
--- a/keyboards/contra/keymaps/maxr1998/keymap.c
+++ b/keyboards/contra/keymaps/maxr1998/keymap.c
@@ -127,11 +127,11 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
case NR_L3:
if (record->event.pressed) {
- register_code(DE_ALGR);
+ register_code(KC_ALGR);
layer_on(_NUMROW_L3);
} else {
layer_off(_NUMROW_L3);
- unregister_code(DE_ALGR);
+ unregister_code(KC_ALGR);
}
return false;
default: