dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.43k stars 440 forks source link

Add some keyboard layouts to a release #31

Closed peterfritz closed 3 years ago

peterfritz commented 3 years ago

The out-of-the-box support for international keyboard layouts is amazing. Unfortunately as it's specific for each and every user, it relies heavily on them, making the process of writing instructions that are clear and concise extremely hard. I think it would be greatly improved if there was a release with some of the most popular keyboard layouts, so the README instructions would only have to cover the process of choosing, downloading, unzipping and installing the right file from the releases page into the Pico. Thank you for your time creating and maintaining the awesome project.

dbisu commented 3 years ago

This is a great idea. I was going to create a new release now that the keyboard changes are merged into main. I can create a few release versions. It might be a few days before I get that accomplished.

dbisu commented 3 years ago

OK, I was able to get this suggestion done this afternoon. Release 1.2 has been made with releases for the languages currently available at Neradoc/Circuitpython_Keyboard_Layouts

peterfritz commented 3 years ago

That's perfect! Thank you so much.