mirror of https://github.com/zmkfirmware/zmk.git
docs(codes): Android Support: Basic Controls and Input + Display (#603)
* docs(codes): Android Support: Basic Controls and Input + Display --------- Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>
This commit is contained in:
parent
a057e4c89d
commit
7293037f18
|
|
@ -5024,7 +5024,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: true,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
@ -5150,7 +5150,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: false,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
@ -5171,7 +5171,7 @@ export default [
|
|||
os: {
|
||||
windows: true,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: true,
|
||||
macos: true,
|
||||
ios: true,
|
||||
},
|
||||
|
|
@ -5192,7 +5192,7 @@ export default [
|
|||
os: {
|
||||
windows: true,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: true,
|
||||
macos: true,
|
||||
ios: true,
|
||||
},
|
||||
|
|
@ -5213,7 +5213,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: false,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
@ -5234,7 +5234,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: false,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
@ -5255,7 +5255,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: false,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
@ -5276,7 +5276,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: false,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
@ -6011,7 +6011,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: false,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
@ -6179,7 +6179,7 @@ export default [
|
|||
os: {
|
||||
windows: false,
|
||||
linux: true,
|
||||
android: null,
|
||||
android: false,
|
||||
macos: null,
|
||||
ios: null,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue