mirror of https://github.com/zmkfirmware/zmk.git
docs: K_VOLUME_UP and K_VOLUME_DOWN work in macOS (#3057)
Tested via ZMK Studio, both the 'keyboard' and the 'consumer' volume up/down work on macOS Sequoia 15.6.1
This commit is contained in:
parent
197d104fc9
commit
df3db57c4c
|
|
@ -3249,7 +3249,7 @@ export default [
|
||||||
windows: false,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
|
@ -3270,7 +3270,7 @@ export default [
|
||||||
windows: false,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: true,
|
||||||
ios: null,
|
ios: null,
|
||||||
},
|
},
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue