With reference to the Arduino Keyboard library, it does not have a keymap for the UK keyboard. I I have tried to find a keyboard map that shows the hex value for the UK keyboard but I didn't have any luck. If
If you look in the Arduino Keyboard library: Arduino\libraries\Keyboard\scr\KeyboardLayout_en_US.cppArduino\libraries\Keyboard\scr\KeyboardLayout_en_US.cpp
Andit has some other languages but no keyboard layout for a UK keyboard, it.
It does say somewhere I think on GitHub that a keyboard layout file can be added, but where can I get that file or how can I create that file? Has anyone already created a KeyboardLayout_en_UK.cpp file I could use, please?