mirror of https://github.com/zmkfirmware/zmk.git
Set C_AL_CALC for macOS and iOS to false (#1595)
This commit is contained in:
parent
6e37f21f6b
commit
644fc821f7
|
|
@ -6537,8 +6537,8 @@ export default [
|
|||
windows: null,
|
||||
linux: true,
|
||||
android: true,
|
||||
macos: null,
|
||||
ios: null,
|
||||
macos: false,
|
||||
ios: false,
|
||||
},
|
||||
footnotes: {},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue