twig50 - Remove deprecated keycodes (#18651)

This commit is contained in:
jack 2022-10-09 13:53:27 -06:00 committed by GitHub
parent 4b2d71de52
commit 219c18703e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)