mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
twig50 - Remove deprecated keycodes (#18651)
This commit is contained in:
parent
4b2d71de52
commit
219c18703e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue