Skip to content

Commit

Permalink
twig50 - Remove deprecated keycodes (#18651)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Oct 9, 2022
1 parent 4b2d71d commit 219c187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/handwired/twig/twig50/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include "twig50.h"

#define LAL_NCV LALT_T(KC_LANG2)
#define RAL_CNV RALT_T(KC_LANG1)
#define LGU_NCV LGUI_T(KC_LANG2)
#define LAL_NCV LALT_T(KC_LNG2)
#define RAL_CNV RALT_T(KC_LNG1)
#define LGU_NCV LGUI_T(KC_LNG2)
#define RGU_ENT RGUI_T(KC_ENT)
#define RGU_IN8 RGUI_T(KC_INT8)

Expand Down

0 comments on commit 219c187

Please sign in to comment.