-
-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout issue #208
Comments
For the println issue i came up with this quirky solution: Change Method KeyboardAPI::write(uint8_t k) to the following. `size_t KeyboardAPI::write(uint8_t k)
}` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm stuck how to use / change the keyboard layout. I want use use a german layout.
I'm trying to use the example given but
BootKeyboard.write(KEY_7|MOD_LEFT_SHIFT);
doesn't output / it outputs a dollar sign $
keyboard.println also outputs wrong characters. Umlauts for example.
Compiling works, but a lot of warnings are shown:
warnings.txt
Edit: It seems that the #ifndef HID_CUSTOM_LAYOUT in ImprovedKeylayout.h is not working for some reasons. If defining it manual in line 54 #define LAYOUT_GERMAN its working better.
BUT BootKeyboard.println still is nat able to output umlauts (and may some special chars) correctly.
The text was updated successfully, but these errors were encountered: