Added Keycodes in keywords.txt
This commit is contained in:
parent
385d2908f9
commit
82878159a6
2 changed files with 6 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ Clean up USB Core code from fixed values. Use better understandable definitions
|
|||
Magic key fix for 32u4?
|
||||
|
||||
keycode/raw for keyboard
|
||||
Check Keyboard keycode function again?
|
||||
Check Keyboard keycode function again? + add example
|
||||
Generalize HID key definitions via HIDTables for example?
|
||||
|
||||
update Burning via ISP (advanced)
|
||||
|
|
|
|||
|
|
@ -226,6 +226,11 @@ move KEYWORD2
|
|||
moveTo KEYWORD2
|
||||
isPressed KEYWORD2
|
||||
getLeds KEYWORD2
|
||||
pressKeycode KEYWORD2
|
||||
releaseKeycode KEYWORD2
|
||||
writeKeycode KEYWORD2
|
||||
addKeycodeToReport KEYWORD2
|
||||
removeKeycodeFromReport KEYWORD2
|
||||
buttons KEYWORD2
|
||||
xAxis KEYWORD2
|
||||
yAxis KEYWORD2
|
||||
|
|
|
|||
Loading…
Reference in a new issue