mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
docs(codes): Windows Support: F20-F24
F20-24 are confirmed to work on Windows 11 via a web based keyboard tester Refs: #1476
This commit is contained in:
committed by
Pete Johanson
parent
fd5e9e1403
commit
a035fe4cc8
@@ -2879,7 +2879,7 @@ export default [
|
||||
],
|
||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||
os: {
|
||||
windows: null,
|
||||
windows: true,
|
||||
linux: true,
|
||||
android: false,
|
||||
macos: true,
|
||||
@@ -2900,7 +2900,7 @@ export default [
|
||||
],
|
||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||
os: {
|
||||
windows: null,
|
||||
windows: true,
|
||||
linux: true,
|
||||
android: false,
|
||||
macos: true,
|
||||
@@ -2921,7 +2921,7 @@ export default [
|
||||
],
|
||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||
os: {
|
||||
windows: null,
|
||||
windows: true,
|
||||
linux: true,
|
||||
android: false,
|
||||
macos: true,
|
||||
@@ -2942,7 +2942,7 @@ export default [
|
||||
],
|
||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||
os: {
|
||||
windows: null,
|
||||
windows: true,
|
||||
linux: true,
|
||||
android: false,
|
||||
macos: true,
|
||||
@@ -2963,7 +2963,7 @@ export default [
|
||||
],
|
||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||
os: {
|
||||
windows: null,
|
||||
windows: true,
|
||||
linux: true,
|
||||
android: false,
|
||||
macos: true,
|
||||
|
||||
Reference in New Issue
Block a user