Skip to content

Conversation

@xordone
Copy link

@xordone xordone commented Jan 26, 2023

Модуль не работает в текущей версии qmk 1.1.1 из-за изменений названий кейкодов, в этой ветке внесены правки для корректной работы.

Copy link
Collaborator

@optozorax optozorax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В целом всё ок, нужно только поправить эти замечания и можно мерджить

register_code(KC_LSHIFT);
}
} break;
case LANG_CHANGE_SHIFT_ALT: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

почему эта клавиша удалена?

register_code(KC_LSHIFT);
}
} break;
case LANG_CHANGE_SHIFT_CTRL: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

И почему эта тоже удалена?

lang_current = lang;
}

void lang_toggle(int externalLang) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется это не очень относится к данному ревью, и если это фикс чего-то, то это должно идти отдельным ревью

lang_current_change = LANG_CHANGE_ALT_SHIFT;
}
return false;
case LA_SHAL:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тоже зачем удалять эту клавишу?

lang_current_change = LANG_CHANGE_CTRL_SHIFT;
}
return false;
case LA_SHCT:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тоже удалена

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants