forked from mirrors/qmk_firmware
twig50 - Remove deprecated keycodes (#18651)
This commit is contained in:
parent
4b2d71de52
commit
219c18703e
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
#include "twig50.h"
|
#include "twig50.h"
|
||||||
|
|
||||||
#define LAL_NCV LALT_T(KC_LANG2)
|
#define LAL_NCV LALT_T(KC_LNG2)
|
||||||
#define RAL_CNV RALT_T(KC_LANG1)
|
#define RAL_CNV RALT_T(KC_LNG1)
|
||||||
#define LGU_NCV LGUI_T(KC_LANG2)
|
#define LGU_NCV LGUI_T(KC_LNG2)
|
||||||
#define RGU_ENT RGUI_T(KC_ENT)
|
#define RGU_ENT RGUI_T(KC_ENT)
|
||||||
#define RGU_IN8 RGUI_T(KC_INT8)
|
#define RGU_IN8 RGUI_T(KC_INT8)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue