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

fix custom keycode enum in keychron_common.h #222

Merged
merged 2 commits into from
Mar 30, 2024

Conversation

tam1m
Copy link

@tam1m tam1m commented Feb 3, 2024

  • This removes the KC_TRANS assignments for keys not existing on keyboards that do not define ANANLOG_MATRIX and or LK_WIRELESS_ENABLE.
    Assigning KC_TRANS here breaks NEW_SAFE_RANGE since NEW_SAFE_RANGE now eqals KC_TRANS + 1 = 0x2 instead of QK_KB_NN where NN is the next unused value in the QK_KB range.

  • Also fix typo in ANANLOG_MATRIX

@tam1m tam1m force-pushed the wireless_playground branch 2 times, most recently from 4e46b1b to 60366a0 Compare March 8, 2024 14:35
tam1m and others added 2 commits March 26, 2024 16:29
…o not define ANANLOG_MATRIX and or LK_WIRELESS_ENABLE.

Assigning KC_TRANS here breaks NEW_SAFE_RANGE.

Also fix typo in ANANLOG_MATRIX
@tam1m tam1m force-pushed the wireless_playground branch from 60366a0 to 0cddb71 Compare March 26, 2024 15:29
@lokher lokher merged commit 07208a1 into Keychron:wireless_playground Mar 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants