Skip to content

Commit a28db26

Browse files
committed
Update vendor
1 parent c62395c commit a28db26

File tree

4 files changed

+4
-10
lines changed
  • example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs
  • tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs

4 files changed

+4
-10
lines changed

example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
// pqrs::hid v2.12
3+
// pqrs::hid v2.13
44

55
// (C) Copyright Takayama Fumihiko 2020.
66
// Distributed under the Boost Software License, Version 1.0.

example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);
346346

347347
// application launch buttons
348348

349-
// AL Consumer Control Configuration (0x0183) is used as open music player.
350-
// - https://github.com/pqrs-org/cpp-hid/pull/1
351-
// - https://source.android.com/docs/core/interaction/input/keyboard-devices
352-
constexpr value_t al_music_player(0x0183);
349+
constexpr value_t al_consumer_control_configuration(0x0183);
353350
constexpr value_t al_word_processor(0x0184);
354351
constexpr value_t al_text_editor(0x0185);
355352
constexpr value_t al_spreadsheet(0x0186);

tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
// pqrs::hid v2.12
3+
// pqrs::hid v2.13
44

55
// (C) Copyright Takayama Fumihiko 2020.
66
// Distributed under the Boost Software License, Version 1.0.

tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);
346346

347347
// application launch buttons
348348

349-
// AL Consumer Control Configuration (0x0183) is used as open music player.
350-
// - https://github.com/pqrs-org/cpp-hid/pull/1
351-
// - https://source.android.com/docs/core/interaction/input/keyboard-devices
352-
constexpr value_t al_music_player(0x0183);
349+
constexpr value_t al_consumer_control_configuration(0x0183);
353350
constexpr value_t al_word_processor(0x0184);
354351
constexpr value_t al_text_editor(0x0185);
355352
constexpr value_t al_spreadsheet(0x0186);

0 commit comments

Comments
 (0)