DigisparkKeyboard
DigisparkKeyboard copied to clipboard
I don´t have it working
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 right way, it is all messed up, gonna put the example here bellow ↓↓↓
#include "DigiKeyboard.h" #define kbd_pt_pt
void setup() { }
void loop() { DigiKeyboard.sendKeyStroke(0); DigiKeyboard.println("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 !#$%&'()*+,-./:;<=>?@[]^_`{|}~"); for(;;){ /empty/ } }
and the what it writes is this ↓↓↓
YZ+~´&?\abcdefghijklmnopqr9Çç;«:_"ABCDEFGHIJKLMNOPQR=(»,'.-01) !ª#$%/º23<5>78SUVWXsuv
if you could help me out was awsome cause i am new at this stuff and wanna learn!
For reference I would try this solution: https://github.com/ernesto-xload/DigisparkKeyboard/issues/5#issuecomment-569493462 works perfectly for en_us
I have the same problem, someone can help?