Remove KC_TRANS assignments for keys not existing on keyboards that do not define ANANLOG_MATRIX and or LK_WIRELESS_ENABLE.

Assigning KC_TRANS here breaks NEW_SAFE_RANGE.

Also fix typo in ANANLOG_MATRIX
This commit is contained in:
tam1m 2024-02-03 01:33:20 +01:00
parent fd70215008
commit 53c2c1b1f5

View File

@ -37,21 +37,11 @@ enum {
BT_HST3,
P2P4G,
BAT_LVL,
#else
BT_HST1 = _______,
BT_HST2 = _______,
BT_HST3 = _______,
P2P4G = _______,
BAT_LVL = _______,
#endif
#ifdef DANANLOG_MATRIX
#ifdef ANANLOG_MATRIX
PROF1,
PROF2,
PROF3,
#else
PROF1 = _______,
PROF2 = _______,
PROF3 = _______,
#endif
NEW_SAFE_RANGE,
};