diff options
author | Allister MacLeod <[email protected]> | 2024-11-03 02:31:27 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-03 08:31:27 +0100 |
commit | 9935e8df471379538e5e4e046c716a0f1740eaf2 (patch) | |
tree | 77546d0e168becb139cafc5f596ed22159836a0a | |
parent | 644fc821f76e55f348d7afe9f12711125d6d7932 (diff) | |
download | zmk-9935e8df471379538e5e4e046c716a0f1740eaf2.tar.gz zmk-9935e8df471379538e5e4e046c716a0f1740eaf2.zip |
chore: Marking C_AL_CALENDAR / C_AL_CAL as not available on macOS and iOS. (#2606)
-rw-r--r-- | docs/src/data/hid.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/data/hid.js b/docs/src/data/hid.js index 69790c5ceb..2891e95af6 100644 --- a/docs/src/data/hid.js +++ b/docs/src/data/hid.js @@ -6453,8 +6453,8 @@ export default [ windows: null, linux: true, android: true, - macos: null, - ios: null, + macos: false, + ios: false, }, footnotes: {}, }, |