diff --git a/controllerEnums.h b/controllerEnums.h index 504594ef..5e0d6dc8 100644 --- a/controllerEnums.h +++ b/controllerEnums.h @@ -103,8 +103,6 @@ enum Button { BLACK = 8, // 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. */ diff --git a/keywords.txt b/keywords.txt index 6ea68e90..b3906513 100644 --- a/keywords.txt +++ b/keywords.txt @@ -19,6 +19,11 @@ USBHub KEYWORD1 BTD KEYWORD1 +#################################################### +# Methods and Functions (KEYWORD2) +#################################################### +Task KEYWORD2 + #################################################### # Syntax Coloring Map For PS3 Bluetooth/USB Library #################################################### @@ -97,7 +102,6 @@ L3 LITERAL1 R3 LITERAL1 START LITERAL1 UP LITERAL1 -MIDDLE LITERAL1 RIGHT LITERAL1 DOWN LITERAL1 LEFT LITERAL1 @@ -293,4 +297,20 @@ getIRy3 KEYWORD2 getIRs3 KEYWORD2 getIRx4 KEYWORD2 getIRy4 KEYWORD2 -getIRs4 KEYWORD2 \ No newline at end of file +getIRs4 KEYWORD2 + +#################################################### +# Syntax Coloring Map For RFCOMM/SPP Library +#################################################### + +#################################################### +# Datatypes (KEYWORD1) +#################################################### + +BTHID KEYWORD1 + +#################################################### +# Methods and Functions (KEYWORD2) +#################################################### +SetReportParser KEYWORD2 +setProtocolMode KEYWORD2 \ No newline at end of file