-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: master
Are you sure you want to change the base?
Conversation
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.
И почему эта тоже удалена?
@@ -398,6 +376,22 @@ void lang_activate(Lang lang) { | |||
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.
Кажется это не очень относится к данному ревью, и если это фикс чего-то, то это должно идти отдельным ревью
@@ -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: |
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.
тоже зачем удалять эту клавишу?
case LA_CTSH: | ||
if (down) { | ||
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 из-за изменений названий кейкодов, в этой ветке внесены правки для корректной работы.