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

Support apple Fn key #130

Open
willwade opened this issue Oct 19, 2022 · 1 comment
Open

Support apple Fn key #130

willwade opened this issue Oct 19, 2022 · 1 comment

Comments

@willwade
Copy link
Contributor

willwade commented Oct 19, 2022

When using iOS or MacOS a lot of standard key commands are using the Fn key. E.g. Fn+C is control centre.

This is odd - it is actually a key code but only on these platforms..

See https://gist.github.com/fauxpark/010dcf5d6377c3a71ac98ce37414c6c4

It appears you have to change the vendor ID to an apple keyboard to make this work. https://gist.github.com/fauxpark/010dcf5d6377c3a71ac98ce37414c6c4?permalink_comment_id=3720511#gistcomment-3720511

Possible?

See also: qmk/qmk_firmware#2179 which explains it nicely and https://unix.stackexchange.com/questions/41537/linux-apple-wireless-a1314-fn-key-not-registered-looks-like-software-bug

@willwade
Copy link
Contributor Author

willwade commented Nov 9, 2022

short story - the QMK firmware works at a much lower level than the Adafruit one. Its possible - but requires patching the adafruit c library

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

No branches or pull requests

1 participant