mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Updated keywords
This commit is contained in:
parent
aba004b047
commit
69dbf06bea
2 changed files with 22 additions and 4 deletions
|
@ -103,8 +103,6 @@ enum Button {
|
||||||
BLACK = 8, // Available on the original Xbox controller
|
BLACK = 8, // Available on the original Xbox controller
|
||||||
WHITE = 9, // Available on the original Xbox controller
|
WHITE = 9, // Available on the original Xbox controller
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
MIDDLE = 0, // Middle mouse button
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Joysticks on the PS3 and Xbox controllers. */
|
/** Joysticks on the PS3 and Xbox controllers. */
|
||||||
|
|
24
keywords.txt
24
keywords.txt
|
@ -19,6 +19,11 @@ USBHub KEYWORD1
|
||||||
|
|
||||||
BTD KEYWORD1
|
BTD KEYWORD1
|
||||||
|
|
||||||
|
####################################################
|
||||||
|
# Methods and Functions (KEYWORD2)
|
||||||
|
####################################################
|
||||||
|
Task KEYWORD2
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
# Syntax Coloring Map For PS3 Bluetooth/USB Library
|
# Syntax Coloring Map For PS3 Bluetooth/USB Library
|
||||||
####################################################
|
####################################################
|
||||||
|
@ -97,7 +102,6 @@ L3 LITERAL1
|
||||||
R3 LITERAL1
|
R3 LITERAL1
|
||||||
START LITERAL1
|
START LITERAL1
|
||||||
UP LITERAL1
|
UP LITERAL1
|
||||||
MIDDLE LITERAL1
|
|
||||||
RIGHT LITERAL1
|
RIGHT LITERAL1
|
||||||
DOWN LITERAL1
|
DOWN LITERAL1
|
||||||
LEFT LITERAL1
|
LEFT LITERAL1
|
||||||
|
@ -293,4 +297,20 @@ getIRy3 KEYWORD2
|
||||||
getIRs3 KEYWORD2
|
getIRs3 KEYWORD2
|
||||||
getIRx4 KEYWORD2
|
getIRx4 KEYWORD2
|
||||||
getIRy4 KEYWORD2
|
getIRy4 KEYWORD2
|
||||||
getIRs4 KEYWORD2
|
getIRs4 KEYWORD2
|
||||||
|
|
||||||
|
####################################################
|
||||||
|
# Syntax Coloring Map For RFCOMM/SPP Library
|
||||||
|
####################################################
|
||||||
|
|
||||||
|
####################################################
|
||||||
|
# Datatypes (KEYWORD1)
|
||||||
|
####################################################
|
||||||
|
|
||||||
|
BTHID KEYWORD1
|
||||||
|
|
||||||
|
####################################################
|
||||||
|
# Methods and Functions (KEYWORD2)
|
||||||
|
####################################################
|
||||||
|
SetReportParser KEYWORD2
|
||||||
|
setProtocolMode KEYWORD2
|
Loading…
Reference in a new issue