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

More custom keycodes (from 64 to 256) #229

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

Conversation

itsvar8
Copy link
Contributor

@itsvar8 itsvar8 commented Mar 13, 2024

You need a lot of "midi_send_cc" if you use things like MIDI2LR to control Adobe Lightroom

256 custom keycodes
@xyzz
Copy link
Contributor

xyzz commented Jun 4, 2024

QMK specifies:

    QK_KB                          = 0x7E00,
    QK_KB_MAX                      = 0x7E3F,

so I don't see how this could work with over 64 keys.

@itsvar8
Copy link
Contributor Author

itsvar8 commented Jun 23, 2024

QMK specifies:

    QK_KB                          = 0x7E00,
    QK_KB_MAX                      = 0x7E3F,

so I don't see how this could work with over 64 keys.

i don't really know but i have a keymap with 145 custom keycodes that works on my macropad with this change
Screenshot 2024-06-23 192345

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.

None yet

2 participants