Dukweeno / Duckuino

Simple DuckyScript to Arduino C converter.
https://dukweeno.github.io/Duckuino/
MIT License
353 stars 117 forks source link

keyboard not found #55

Closed mdey0108 closed 6 years ago

mdey0108 commented 6 years ago

Short introduction to your problem. when we try to compile code give error ketboard not found Input code:

REM The code your entered in the input text area

Output code:

/* The code outputted by the script, 'none' otherwise */

Error:

/* Any error outputted by the page or the console, 'none' otherwise */
lowlevl commented 6 years ago

Hi @mdey0108, This is because you need to select Arduino Leonardo/Arduino Nano as Board Type in Arduino IDE. This won't work with Arduino UNO.