hamishcoleman / thinkpad-ec

Infrastructure for examining and patching Thinkpad embedded controller firmware
GNU General Public License v2.0
1.07k stars 115 forks source link

Keyboard language #180

Closed toniz4 closed 4 years ago

toniz4 commented 4 years ago

Does this patch for the x230 works for all languages? or just english?

hamishcoleman commented 4 years ago

Because we are simply adding some missing bits to the existing keyboard table, any international keyboards should work fine.

However, I have not personally tested that..

Which keyboard layout are you hoping to use?

toniz4 commented 4 years ago

I hope to use a abnt2 Brazilian keyboard, but i'm worried there will be compatibility problems. And the original keyboard on the x230 is a abnt2 keyboard too. I think if a iso keyboard works, possibly a abnt2 keyboard would work too, since abnt2 is just a iso layout but with 'ç' and a '~' and accent button re positioned.

hamishcoleman commented 4 years ago

Ah, yes - this is just a ISO layout with a couple of different keycaps so you should be fine

toniz4 commented 4 years ago

Thanks!