Added Keycodes in keywords.txt

This commit is contained in:
Nico 2015-01-02 20:30:36 +01:00
parent 385d2908f9
commit 82878159a6
2 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -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