Skip to content

update for qmk 1.1.1 or later#7

Open
xordone wants to merge 1 commit into
klavarog:masterfrom
xordone:qmk1.1.1
Open

update for qmk 1.1.1 or later#7
xordone wants to merge 1 commit into
klavarog:masterfrom
xordone:qmk1.1.1

Conversation

@xordone

@xordone xordone commented Jan 26, 2023

Copy link
Copy Markdown

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

@optozorax optozorax left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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

Comment thread src.c
register_code(KC_LSHIFT);
}
} break;
case LANG_CHANGE_SHIFT_ALT: {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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

Comment thread src.c
register_code(KC_LSHIFT);
}
} break;
case LANG_CHANGE_SHIFT_CTRL: {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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

Comment thread src.c
lang_current = lang;
}

void lang_toggle(int externalLang) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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

Comment thread src.c
lang_current_change = LANG_CHANGE_ALT_SHIFT;
}
return false;
case LA_SHAL:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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

Comment thread src.c
lang_current_change = LANG_CHANGE_CTRL_SHIFT;
}
return false;
case LA_SHCT:

Copy link
Copy Markdown
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