Per Tillisch
Per Tillisch
I suspected this was the problem. Unfortunately https://github.com/arduino-libraries/ArduinoBearSSL/pull/45 was not tested. The system of putting the `ArduinoBearSSLConfig.h` in the sketch folder as demonstrated in the library examples is fatally flawed...
One thing to note is that this sketch already comes bundled with the Arduino IDE (and Arduino Web Editor) under **[File > Examples > 09.USB > Mouse](https://github.com/arduino/Arduino/tree/master/build/shared/examples/09.USB/Mouse/ButtonMouseControl)**. It does make...
The example itself looks good to me, but I think it would be good to have a decision made regarding how to handle the situation with the built-in examples before...
Any change you commit to the `patch-1` branch of your fork of this repository will automatically be added to this pull request.
Note that this is one of the reference examples, not one of the tutorial sketches: https://www.arduino.cc/reference/en/language/functions/usb/keyboard/keyboardwrite/#_example_code I do like the idea of providing a minimal "hello world" type of example...
Are there specific languages you would like to request be added @danielalexis?
Hi @skhrlx. The information is available here: https://github.com/arduino-libraries/Keyboard/blob/master/src/KeyboardLayout.h As for making that information more discoverable, I'm not sure it would make sense to move it to Arduino's more visible user-targeted...
Are you telling me you wouldn't consider that to be an enhancement? There are three issue types: enhancement, bug, and invalid.
Related proposal: https://github.com/arduino-libraries/Keyboard/pull/61 Related request: https://github.com/arduino-libraries/Keyboard/issues/40
@TheShubham99 I'm not the person who decides which pull requests get merged. I only share my opinions in PR reviews in hopes it will be helpful. Arduino's developers have a...