Skip to content

Commit

Permalink
Update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Mar 23, 2024
1 parent cda8754 commit d8cbf1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// pqrs::hid v2.12
// pqrs::hid v2.13

// (C) Copyright Takayama Fumihiko 2020.
// Distributed under the Boost Software License, Version 1.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);

// application launch buttons

// AL Consumer Control Configuration (0x0183) is used as open music player.
// - https://github.com/pqrs-org/cpp-hid/pull/1
// - https://source.android.com/docs/core/interaction/input/keyboard-devices
constexpr value_t al_music_player(0x0183);
constexpr value_t al_consumer_control_configuration(0x0183);
constexpr value_t al_word_processor(0x0184);
constexpr value_t al_text_editor(0x0185);
constexpr value_t al_spreadsheet(0x0186);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// pqrs::hid v2.12
// pqrs::hid v2.13

// (C) Copyright Takayama Fumihiko 2020.
// Distributed under the Boost Software License, Version 1.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);

// application launch buttons

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

0 comments on commit d8cbf1f

Please sign in to comment.