VoidNoi / BadCard

BadUSB for the Cardputer with ducky script support and extra functionality
GNU General Public License v3.0
77 stars 11 forks source link

Japanese 106 keyboard map addition request #8

Closed denkuOne closed 2 months ago

denkuOne commented 2 months ago

HID map for Japanese 106 keyboard (untested)

Please add this to the keyboard list. I tried to add it myself but the app crashes and resets when I try to select the keyboard... I likely missed something in the .ino file.

VoidNoi commented 2 months ago

I'm checking it out. In the meantime please change each instance of en_JP so it specifies the corresponding country code which I believe is "ja" so it should be: "ja_JP"

VoidNoi commented 2 months ago

Ok I don't think you did anything wrong. The firmware just crashes when there's more than 12 values on the kb layout menu. I'll see what I can do to fix this...

VoidNoi commented 2 months ago

It's working for me now, I'll merge when you finish changing the country codes :)

VoidNoi commented 2 months ago

Great! LGTM