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

Layout #2

Open
stuxnet8t8 opened this issue Mar 20, 2022 · 4 comments
Open

Layout #2

stuxnet8t8 opened this issue Mar 20, 2022 · 4 comments

Comments

@stuxnet8t8
Copy link

Any chance of a UK layout? Or could I add it in myself? T.I.A

@lucki1000
Copy link
Owner

Hi,

I actually can't implement this for time reasons, but you can try it on your own. Copy the hid-gadget-test.c file of my project and rename it to what you want, if you need a example naming use hid-gadget-test_uk.c, open duckysetup.sh and add something like this:

elif [[ $1 == "uk" ]] #checks parameter for uk
then
	gcc hid-gadget-test_uk.c -o hid-gadget-test #compiling of c file 
	echo "EN UK DEBUG MESSAGE" #debug message
fi

also you can look at this post, that the place where I got my knowledge

If you success you can give me a merge request.

@stuxnet8t8
Copy link
Author

Excellent, cheers friend. I'll have a look later on and let you know if I get any success.

@lucki1000
Copy link
Owner

Excellent, cheers friend. I'll have a look later on and let you know if I get any success.

Did you made any progress?

@lucki1000
Copy link
Owner

may you can be my tester for UK layout, cause I don't have such a keyboard? @stuxnet8t8

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