Skip to content

Commit

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

// pqrs::hid v2.15
// pqrs::hid v2.17

// (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 @@ -56,6 +56,7 @@ constexpr value_t slider(0x36);
constexpr value_t dial(0x37);
constexpr value_t wheel(0x38);
constexpr value_t hat_switch(0x39);
constexpr value_t system_sleep(0x82);
constexpr value_t dpad_up(0x90);
constexpr value_t dpad_down(0x91);
constexpr value_t dpad_right(0x92);
Expand Down Expand Up @@ -426,6 +427,8 @@ constexpr value_t ac_back(0x0224);
constexpr value_t ac_forward(0x0225);
constexpr value_t ac_refresh(0x0227);
constexpr value_t ac_bookmarks(0x022a);
constexpr value_t ac_zoom_out(0x22d);
constexpr value_t ac_zoom_in(0x22e);
constexpr value_t ac_pan(0x0238); // Horizontal mouse wheel

} // namespace consumer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// pqrs::hid v2.15
// pqrs::hid v2.17

// (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 @@ -56,6 +56,7 @@ constexpr value_t slider(0x36);
constexpr value_t dial(0x37);
constexpr value_t wheel(0x38);
constexpr value_t hat_switch(0x39);
constexpr value_t system_sleep(0x82);
constexpr value_t dpad_up(0x90);
constexpr value_t dpad_down(0x91);
constexpr value_t dpad_right(0x92);
Expand Down Expand Up @@ -426,6 +427,8 @@ constexpr value_t ac_back(0x0224);
constexpr value_t ac_forward(0x0225);
constexpr value_t ac_refresh(0x0227);
constexpr value_t ac_bookmarks(0x022a);
constexpr value_t ac_zoom_out(0x22d);
constexpr value_t ac_zoom_in(0x22e);
constexpr value_t ac_pan(0x0238); // Horizontal mouse wheel

} // namespace consumer
Expand Down

0 comments on commit b24bdfa

Please sign in to comment.