diff options
author | Brian Tannous <[email protected]> | 2024-11-02 19:25:48 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-03 01:25:48 +0100 |
commit | 644fc821f76e55f348d7afe9f12711125d6d7932 (patch) | |
tree | 4afd9e7af121c62931ac4d063d8803d4dd97c94a | |
parent | 6e37f21f6b9f506533ee1212df84f697b9b2a16a (diff) | |
download | zmk-644fc821f76e55f348d7afe9f12711125d6d7932.tar.gz zmk-644fc821f76e55f348d7afe9f12711125d6d7932.zip |
Set C_AL_CALC for macOS and iOS to false (#1595)
-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 011f4c0d9a..69790c5ceb 100644 --- a/docs/src/data/hid.js +++ b/docs/src/data/hid.js @@ -6537,8 +6537,8 @@ export default [ windows: null, linux: true, android: true, - macos: null, - ios: null, + macos: false, + ios: false, }, footnotes: {}, }, |