Skip to content

Commit f32b01c

Browse files
authored
Corrected location of consumer usage codes
Consumer usage codes are in Adafruit_nRF52_Arduino/cores/nRF5/Adafruit_TinyUSB_Core/tinyusb/src/class/hid/hid.h (or at least that is where I found them) - not BLEHidGeneric.h
1 parent f003094 commit f32b01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/hid_camerashutter/hid_camerashutter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void loop()
111111
digitalWrite(LED_RED, 1);
112112

113113
// Send the 'volume down' key press
114-
// Check BLEHidGeneric.h for a list of valid consumer usage codes
114+
// Check hid.h for a list of valid consumer usage codes
115115
blehid.consumerKeyPress(HID_USAGE_CONSUMER_VOLUME_DECREMENT);
116116

117117
// Delay a bit between reports

0 commit comments

Comments
 (0)