Dukweeno / Duckuino

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

Added the support for MuKeyboard #44

Closed MrMoDDoM closed 6 years ago

MrMoDDoM commented 6 years ago

Hi! I added the support for the MuKeyboard library: this should works without any problems..!

I basically copied the file Arduino.js and modified every "dalay(" with "wait(", and changed the #import from "Keyboard.h" to "MuKeyboard.h"

Cheers

-MrMoDDoM

lowlevl commented 6 years ago

@MrMoDDoM @Plazmaz That sounds good, but I'll need to merge LocaleKeyboard.js into Duckuino for 'per module locale generation'.

lowlevl commented 6 years ago

Also closes #16