We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dc52d3 + ba7a385 commit 7101c30Copy full SHA for 7101c30
modules/Digispark.js
@@ -269,7 +269,8 @@ new Object({
269
+ '#define KEY_HOME 0x4A\n'
270
+ '#define KEY_INSERT 0x49\n'
271
+ '#define KEY_NUM_LOCK 0x53\n'
272
- + '#define KEY_SCROLL_LOCK 0x47\n'
+ + '#define KEY_SCROLL_LOCK 0x47\n'
273
+ + '#define KEY_CAPS_LOCK 0x39\n'
274
+ '#define KEY_TAB 0x2B\n\n'
275
+ 'void digiBegin() {\n'
276
+ ' DigiKeyboard.sendKeyStroke(0,0);\n'
0 commit comments