From dcbab5da8dbb0031ba8d199b8c35f36ce00c2eb2 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Mon, 14 Sep 2020 17:15:55 -0500 Subject: [PATCH] Add missing HID Usage Type comments Signed-off-by: Michael Richters --- src/kaleidoscope/HIDTables.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/kaleidoscope/HIDTables.h b/src/kaleidoscope/HIDTables.h index 594e06ad..381d2799 100644 --- a/src/kaleidoscope/HIDTables.h +++ b/src/kaleidoscope/HIDTables.h @@ -39,7 +39,6 @@ // better. // - // ============================================================================== // System Control USB HID keycodes // [Section 4: Generic Desktop Page (0x01)] @@ -339,9 +338,9 @@ #define HID_CONSUMER_CONSUMER_CONTROL_CA 0x01 // CA #define HID_CONSUMER_NUMERIC_KEY_PAD 0x02 // NAry #define HID_CONSUMER_PROGRAMMABLE_BUTTONS 0x03 // NAry -#define HID_CONSUMER_MICROPHONE_CA 0x04 -#define HID_CONSUMER_HEADPHONE_CA 0x05 -#define HID_CONSUMER_GRAPHIC_EQUALIZER_CA 0x06 +#define HID_CONSUMER_MICROPHONE_CA 0x04 // CA +#define HID_CONSUMER_HEADPHONE_CA 0x05 // CA +#define HID_CONSUMER_GRAPHIC_EQUALIZER_CA 0x06 // CA // Reserved 0x07-1F #define HID_CONSUMER_PLUS_10 0x20 // OSC #define HID_CONSUMER_PLUS_100 0x21 // OSC @@ -446,7 +445,7 @@ #define HID_CONSUMER_EJECT 0xB8 // OSC #define HID_CONSUMER_RANDOM_PLAY 0xB9 // OOC #define HID_CONSUMER_SELECT_DISC 0xBA // NAry -#define HID_CONSUMER_ENTER_DISC_MC 0xBB +#define HID_CONSUMER_ENTER_DISC_MC 0xBB // MC #define HID_CONSUMER_REPEAT 0xBC // OSC #define HID_CONSUMER_TRACKING 0xBD // LC #define HID_CONSUMER_TRACK_NORMAL 0xBE // OSC @@ -779,8 +778,8 @@ #define HID_CONSUMER_KEYBOARD_INPUT_ASSIST_CANCEL 0x2CC // Sel // Reserved 0x2CD-2CF #define HID_CONSUMER_PRIVACY_SCREEN_TOGGLE 0x2D0 // OOC -#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_DECREMENT 0x2D1 -#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_INCREMENT 0x2D2 +#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_DECREMENT 0x2D1 // RTC +#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_INCREMENT 0x2D2 // RTC #define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_MINIMUM 0x2D3 // OSC #define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_MAXIMUM 0x2D4 // OSC // Reserved 0x2D5-4FF