Skip to content

Commit

Permalink
docs(codes): Windows Support: Audio Controls
Browse files Browse the repository at this point in the history
  • Loading branch information
KingCoinless authored and dxmh committed Dec 29, 2021
1 parent 4a54755 commit 1e4f014
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/src/data/hid.js
Original file line number Diff line number Diff line change
Expand Up @@ -3215,7 +3215,7 @@ export default [
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
os: {
windows: null,
windows: false,
linux: true,
android: true,
macos: true,
Expand All @@ -3236,7 +3236,7 @@ export default [
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
os: {
windows: null,
windows: false,
linux: true,
android: true,
macos: false,
Expand All @@ -3257,7 +3257,7 @@ export default [
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
os: {
windows: null,
windows: false,
linux: true,
android: true,
macos: false,
Expand Down Expand Up @@ -4375,7 +4375,7 @@ export default [
documentation:
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
os: {
windows: null,
windows: false,
linux: true,
android: true,
macos: false,
Expand All @@ -4397,7 +4397,7 @@ export default [
documentation:
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
os: {
windows: null,
windows: false,
linux: true,
android: true,
macos: false,
Expand All @@ -4419,7 +4419,7 @@ export default [
documentation:
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
os: {
windows: null,
windows: false,
linux: true,
android: true,
macos: false,
Expand Down Expand Up @@ -6093,7 +6093,7 @@ export default [
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
os: {
windows: null,
windows: true,
linux: true,
android: true,
macos: null,
Expand All @@ -6114,7 +6114,7 @@ export default [
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
os: {
windows: null,
windows: false,
linux: true,
android: false,
macos: null,
Expand All @@ -6135,7 +6135,7 @@ export default [
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
os: {
windows: null,
windows: true,
linux: true,
android: true,
macos: true,
Expand All @@ -6156,7 +6156,7 @@ export default [
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
os: {
windows: null,
windows: true,
linux: true,
android: true,
macos: true,
Expand Down

0 comments on commit 1e4f014

Please sign in to comment.