I put a macro on a key similar to the version macro.
But unfortunately the keyboardio only talks english.
That has the effect that the text written in the code is different from what gets written when I press the key.
Is there a way to solve this without doing trial and error to manipulate the text in the code to appear correct in the output?
Can I change or set my keyboardio permanently to German in some way?
can you post your code and the text it gives out when used?
I found that the names of the keys you find in the code “translate” to whatever the current keymap does with the USB HID definitions. Those are “named” in english but every local keymap translates them to other actual characters. (I’m no keyboard expert but I have adapted the firmware to map the german neo2 layout.)
The output in a text editor is: Keyboardio Model 01 - Kaleidoscope locallz built
So the “y” in the editor gets shown as “z” in the text editor due to german language setting?
It is even worse for shift-1…0, the @, umlauts and so on.
This makes it very hard to enter the correct text in case you want to print complete text strings.