From b4880564695e11437a18da7db211ca576769183b Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 4 Apr 2015 20:55:29 +0200 Subject: [PATCH] Consumer Custom test --- avr/variants/micro_custom/pins_arduino.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/avr/variants/micro_custom/pins_arduino.h b/avr/variants/micro_custom/pins_arduino.h index 987774f..37aa6fb 100644 --- a/avr/variants/micro_custom/pins_arduino.h +++ b/avr/variants/micro_custom/pins_arduino.h @@ -48,12 +48,13 @@ You have to enable the specific hid apis on your own then, also the keyboard led #ifdef HID_AUTOMATIC // pre selected hid reports with autoinclude of the api -#define HID_MOUSE_ENABLE // normal mouse with buttons + wheel +//#define HID_MOUSE_ENABLE // normal mouse with buttons + wheel //#define HID_MOUSE_ABSOLUTE_ENABLE // only works with system and without gamepad -#define HID_KEYBOARD_LEDS_ENABLE // leds OR keys +//#define HID_KEYBOARD_LEDS_ENABLE // leds OR keys //#define HID_KEYBOARD_KEYS_ENABLE //#define HID_RAWHID_ENABLE // currently not working -//#define HID_CONSUMERCONTROL_ENABLE +#define HID_CONSUMERCONTROL_ENABLE +#define HID_REPORTID_CONSUMERCONTROL 1 //#define HID_SYSTEMCONTROL_ENABLE //#define HID_GAMEPAD_ENABLE // only works without mouse absolute