Update k.json

add analog support for KKND
This commit is contained in:
6lackmag3 2021-04-24 05:47:53 +03:00 committed by GitHub
parent 8f821c776c
commit 644fd507d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -738,6 +738,7 @@
"multitap": false,
"linkCable": false,
"controllers": [
"AnalogController",
"DigitalController"
]
},
@ -768,6 +769,7 @@
"multitap": false,
"linkCable": false,
"controllers": [
"AnalogController",
"DigitalController"
]
},
@ -798,6 +800,7 @@
"multitap": false,
"linkCable": false,
"controllers": [
"AnalogController",
"DigitalController"
]
},
@ -16911,4 +16914,4 @@
"DigitalController"
]
}
]
]