dbisu / pico-ducky

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

For the German keyboard layout for Raspberry Pi Pico (Pico-Ducky) #69

Closed Luca10492 closed 2 years ago

Luca10492 commented 2 years ago

For the German keyboard layout you have to do until step 5 how on this page https://github.com/dbisu/pico-ducky. After the step 5 you have to download my code.py.

code.py: https://mega.nz/file/wtBTXLrK#oTEg3CbGWI280uVdifYtGJx3z2BjXN2f1ZnmrkG-OS8

After then you have to replace the file code.py on your raspberry pi pico with the downloaded code.py.

After then you must download the german keyboard layout: https://www.neradoc.me/layouts/make_zip_bundle.php?url=https://kbdlayout.info/kbdgr&cpversion=

Then unzip the downloaded file and copy (keyboard_layout_win_gr.mpy & keycode_win_gr.mpy) gr.mpy into /lib (not into /lib/adafruit_hid!!!!!!)

And finish, now you have to put a payload.dd file into your pico-ducky (raspberry pi pico) and put it into a pc.

Originally posted by @Luca10492 in https://github.com/dbisu/pico-ducky/issues/58#issuecomment-1094223731

Luca10492 commented 2 years ago

image

So put the gr.mpy in /lib not in /lib/adafruit_hid

Luca10492 commented 2 years ago

image

Luca10492 commented 2 years ago

I belive it will work also with other lanuages.

You must download the Language-Packages for your country. For this you must go to https://www.neradoc.me/layouts/

There you must find the url for your Package.

image

Luca10492 commented 2 years ago

I hope I could help you