Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for qmk 1.1.1 or later #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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

@@ -398,6 +376,22 @@ void lang_activate(Lang lang) {
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.

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

@@ -511,21 +505,11 @@ bool lang_shift_process_custom_keycodes(Key key, keyrecord_t* record) {
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.

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

case LA_CTSH:
if (down) {
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