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

added vial config,keymap,rules,json for ymdk/ymd40/v2 #823

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

Conversation

dapachy
Copy link

@dapachy dapachy commented Dec 3, 2024

Added everything to compile vial firmware for the ymdk ymd40 v2 ortho keyboard

Comment on lines +52 to +55

layer_state_t layer_state_set_user(layer_state_t state) {
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Forced tri-layer can be confusing/frustrating since if someone doesn't want it, it can't be disabled from the GUI. You even have an MO(3) key, and this function will prevent it from working. I'd say just get rid of this.

Suggested change
layer_state_t layer_state_set_user(layer_state_t state) {
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
}

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