-
Notifications
You must be signed in to change notification settings - Fork 13
update for qmk 1.1.1 or later #7
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
base: master
Are you sure you want to change the base?
Conversation
optozorax
left a comment
There was a problem hiding this 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: { |
There was a problem hiding this 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_CTRL: { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тоже удалена
Модуль не работает в текущей версии qmk 1.1.1 из-за изменений названий кейкодов, в этой ветке внесены правки для корректной работы.