DigisparkKeyboard icon indicating copy to clipboard operation
DigisparkKeyboard copied to clipboard

I don´t have it working

Open diogotmelro opened this issue 6 years ago • 2 comments

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!

diogotmelro avatar Nov 26 '18 17:11 diogotmelro

For reference I would try this solution: https://github.com/ernesto-xload/DigisparkKeyboard/issues/5#issuecomment-569493462 works perfectly for en_us

federicocappelli avatar Nov 27 '20 00:11 federicocappelli

I have the same problem, someone can help?

aaattteee avatar Aug 11 '22 00:08 aaattteee