Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Mar 20, 2024
1 parent 7f9e60d commit 9d01929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/pqrs/hid/usage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ 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_word_processor(0x0184);
constexpr value_t al_text_editor(0x0185);
Expand Down

0 comments on commit 9d01929

Please sign in to comment.