arduino - Emulating non-US USB keyboard -
i want use digispark usb keyboard, log data , messages open , active text window (e.g. notepad) there's sample demo , libary digistump, works in general, assumes keyboard.
my pc runs german keyboard. no problem switch y , z , produce other special characters on differnt keyboard locations. no problem produce characters { }, require alt-gr key combinations german keyboard.
however, there's key between left shift key , y ( z ) key, produces < > | . key not exist on keyboard, cannot find out usb code should use key.
question: usb code bottom left key?
from hid usage tables 1.12:
usage id (dec) (hex) usage name 100 64 keyboard non-us \ , | (notes 3;6)
3 typical language mappings: belg:<> frca:«°» dan:<> dutch:]|[ fren:<> ger:<|> ital:<> latam:<> nor:<> span:<> swed:<|> swiss:<> uk:\| brazil: \|.
6 typically near left-shift key in at-102 implementations.
Comments
Post a Comment