DigisparkKeyboard icon indicating copy to clipboard operation
DigisparkKeyboard copied to clipboard

DigisparkKeyboard library with multiple layout support

Results 14 DigisparkKeyboard issues
Sort by recently updated
recently updated
newest added

Hi I replaced the library and I get ```hgo]jk`]dd``` instead of `powershell` with default values & sketch. Any clues?

Hey guys, i am new to arduino, if you could help me was awsome, here is the thing, when i tell it to write something it does not write the...

#include "DigiKeyboard.h" #define kbd_tr_tr void setup() { } void loop() { DigiKeyboard.sendKeyStroke(0); DigiKeyboard.println("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 !#$%&'()*+,-./:;?@[\]^_`{|}~"); for(;;){ /*empty*/ } } OUTPUT: YZğ,ü&?"abcdefghıjklmnopqr9ŞşÖ-Ç:'ABCDEFGHIJKLMNOPQR=(_ö*ç.01) !İ^+%/i2378SUVWXs|uv trying editing that worked well

I added latin american keyboard mapping, also implemented a "switch" to display correctly "|" char in this keyboard

Hi, I wanna make a Swiss German header file. But I can't find an ascii to key code lookup table on the internet. How did you made the lookup tables?...

Tried running a test code: ``` #define kbd_it_it #include "DigiKeyboard.h" void setup() { DigiKeyboard.print("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 \|!'\"$%&/()=?^[]{}@#,;.:-_"); } void loop() {} ``` and apparently it gives out gibberish strings >...

Hi, it works perfect **BUT** it always adds "." end of the line. For example normally it needs to write "powershell" but it writes "powershell." can you help me to...

**Somehow, this doesnt work for me..... anybody knows to fix this?** **my sketch:** ``` **#define kbd_de_de** #include void setup() { DigiKeyboard.update(); DigiKeyboard.delay(5000); } void loop() { DigiKeyboard.sendKeyStroke(KEY_R,MOD_GUI_LEFT); delay(2000); DigiKeyboard.println("powershell"); delay(2000);...

hi, so like many other issues posted here, i was getting pure gibberish output with he es_es inclueded, i was able to *kinda* fix this by directly placing the contents...