Skip to content

Commit 9935e8d

Browse files
authored
chore: Marking C_AL_CALENDAR / C_AL_CAL as not available on macOS and iOS. (zmkfirmware#2606)
1 parent 644fc82 commit 9935e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/data/hid.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6453,8 +6453,8 @@ export default [
64536453
windows: null,
64546454
linux: true,
64556455
android: true,
6456-
macos: null,
6457-
ios: null,
6456+
macos: false,
6457+
ios: false,
64586458
},
64596459
footnotes: {},
64606460
},

0 commit comments

Comments
 (0)