It seems that the arduino keyboard lib can only generate characters that can actually be typed on a standard keyboard Sadly, some googling seems to imply this is more a fundamental limit of how keyboards work than the arduino lib.
I want to create a novelty gadget that consists of a single key (cherry switch, of course) that can 'type' amusing emoticons like ¯_(ツ)_/¯ which contains a Japanese character that as far as I can tell, is un-typable on a western computer without installing / enabling special software / features at the OS level.
Anyone know if this is at all possible through default keyboard drivers and an arduino or similar micro controller?
It would be a real shame to have to install an app to make the tiny keyboard work!
Thanks in advance