Skip to content

A C++ Keyboard Library for the DigiSpark; provides much more options than the default such as backslash

Notifications You must be signed in to change notification settings

odskee/DigiSpark-Keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DigiSpark-Keyboard

A C++ Keyboard Library for the DigiSpark; provides much more options than the default such as backslash

Credits

I found this while searching for a solution to a backslash probelm - when typing a double backslash in IDE it would produce a hash '#' - other symbols were incorrect. Credits go to Obdev's AVRUSB code

Notes

Replace the DigiKeyboard.h in /ArduinoData/packages/digistump/hardware/avr//libraries/DigisparkKeyboard/ with this one.

Backslash was achieved by using "DigiKeyboard.sendKeyStroke(KEY_INTL_BACKSLASH);" in code.

About

A C++ Keyboard Library for the DigiSpark; provides much more options than the default such as backslash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages