mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
docs(codes): Windows Support: Audio Controls
This commit is contained in:
@@ -3215,7 +3215,7 @@ export default [
|
|||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: true,
|
macos: true,
|
||||||
@@ -3236,7 +3236,7 @@ export default [
|
|||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
@@ -3257,7 +3257,7 @@ export default [
|
|||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
@@ -4375,7 +4375,7 @@ export default [
|
|||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
@@ -4397,7 +4397,7 @@ export default [
|
|||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
@@ -4419,7 +4419,7 @@ export default [
|
|||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
@@ -6093,7 +6093,7 @@ export default [
|
|||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: null,
|
||||||
@@ -6114,7 +6114,7 @@ export default [
|
|||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: false,
|
android: false,
|
||||||
macos: null,
|
macos: null,
|
||||||
@@ -6135,7 +6135,7 @@ export default [
|
|||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: true,
|
macos: true,
|
||||||
@@ -6156,7 +6156,7 @@ export default [
|
|||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: true,
|
macos: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user