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

Question about porting firmware to vial #2

Closed
HaoboGu opened this issue Nov 9, 2022 · 4 comments
Closed

Question about porting firmware to vial #2

HaoboGu opened this issue Nov 9, 2022 · 4 comments

Comments

@HaoboGu
Copy link

HaoboGu commented Nov 9, 2022

Hello! I'm trying to porting my firmware to vial, but it seems that vial supports only qmk firmware. So I'm curious about how do you make your firmware recognized by vial? Thanks very much if you can help!

@yulei
Copy link
Owner

yulei commented Nov 13, 2022

porting the vial HID protocol and implementing the keycode converer. you can check the codes at https://github.com/yulei/amk/tree/master/main/vial

@HaoboGu
Copy link
Author

HaoboGu commented Nov 15, 2022

thanks for the reply! I noticed that amk used both threadx and freertos, how do you choose between them? I want to use one of them, but haven't decided yet.

@yulei
Copy link
Owner

yulei commented Nov 18, 2022

threadx used too many memory for usb stack, thus freertos was a better choice.

@HaoboGu
Copy link
Author

HaoboGu commented Nov 18, 2022

thanks very much!

@HaoboGu HaoboGu closed this as completed Nov 18, 2022
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

2 participants