comparison Macro/PartialMap/usb_hid.h @ 391:e85438377fe6

Adding support for kll 0.3d - Requires kll compiler update - Includes descriptor update to handle new consumer control codes
author Jacob Alexander <haata@kiibohd.com>
date Sat, 17 Oct 2015 15:03:21 -0700
parents 2268093deff4
children
comparison
equal deleted inserted replaced
390:a3825c7fc651 391:e85438377fe6
436 #define CONSUMER_CLOSED_CAPTION_SELECT 0x062 436 #define CONSUMER_CLOSED_CAPTION_SELECT 0x062
437 #define CONSUMER_VCR_TV 0x063 437 #define CONSUMER_VCR_TV 0x063
438 #define CONSUMER_BROADCAST_MODE 0x064 438 #define CONSUMER_BROADCAST_MODE 0x064
439 #define CONSUMER_SNAPSHOT 0x065 439 #define CONSUMER_SNAPSHOT 0x065
440 #define CONSUMER_STILL 0x066 440 #define CONSUMER_STILL 0x066
441 // 0x067 - 0x07F Reserved 441 // 0x067 - 0x06E Reserved?
442 #define CONSUMER_BRIGHTNESS_INCREMENT 0x06F
443 #define CONSUMER_BRIGHTNESS_DECREMENT 0x070
444
445 #define CONSUMER_BACKLIGHT_TOGGLE 0x072
446 #define CONSUMER_BRIGHTNESS_MIN 0x073
447 #define CONSUMER_BRIGHTNESS_MAX 0x074
448 #define CONSUMER_BRIGHTNESS_AUTO 0x075
449 // 0x076 - 0x07F Reserved
442 450
443 #define CONSUMER_ASSIGN_SELECTION 0x081 451 #define CONSUMER_ASSIGN_SELECTION 0x081
444 #define CONSUMER_MODE_STEP 0x082 452 #define CONSUMER_MODE_STEP 0x082
445 #define CONSUMER_RECALL_LAST 0x083 453 #define CONSUMER_RECALL_LAST 0x083
446 #define CONSUMER_ENTER_CHANNEL 0x084 454 #define CONSUMER_ENTER_CHANNEL 0x084
768 #define AC_RENAME 0x298 776 #define AC_RENAME 0x298
769 #define AC_MERGE 0x299 777 #define AC_MERGE 0x299
770 #define AC_SPLIT 0x29A 778 #define AC_SPLIT 0x29A
771 #define AC_DISTRIBUTE_HORIZONTALLY 0x29B 779 #define AC_DISTRIBUTE_HORIZONTALLY 0x29B
772 #define AC_DISTRIBUTE_VERTICALLY 0x29C 780 #define AC_DISTRIBUTE_VERTICALLY 0x29C
773 // 0x29D-0xFFFF Reserved 781 #define AC_NEXT_KEYBOARD_LAYOUT_SEL 0x29D
774 782 // 0x29E-0xFFFF Reserved
783