Initial mock up of the app
This commit is contained in:
KM
2024-01-22 12:03:56 +01:00
commit 6e4dc5e9db
239 changed files with 32153 additions and 0 deletions

0
src/data/appConfig.json Normal file
View File

View File

@@ -0,0 +1,57 @@
{
"name": "",
"profileTag": "Default",
"profileConfig": {
"profileDesc": "",
"profileType": 1,
"showDesc": true
},
"feedbackConfig": {
"feedbackEn": true,
"feedbackType": "fd",
"multiRev": false,
"feedbackStrength": 1,
"endstopStrength": 1,
"outputRamp": 10000,
"minMaxPos": [
0,
156
],
"secondaryHaptic": true,
"secondaryVol": 5
},
"mappingConfig": {
"internalMacro": false,
"knobMap": "arrL",
"switchA": "shift",
"switchB": "ctrl",
"switchC": "alt",
"switchD": "esc"
},
"ledConfig": {
"ledEnable": true,
"ledMode": 1,
"primary": {
"h": 255,
"s": 255,
"l": 100
},
"secondary": {
"h": 255,
"s": 255,
"l": 100
},
"pointer": {
"h": 255,
"s": 255,
"l": 10
}
},
"guiConfig": {
"guiEnable": true
}
}

109
src/data/nanoConfig.json Normal file
View File

@@ -0,0 +1,109 @@
{
"profiles": [
{
"id": "5867",
"name": "NEW PROFILE",
"profileTag": "Binaris",
"profileConfig": {
"profileDesc": "KORG MINILOGUE OSCILLATOR 1",
"profileType": 1,
"showDesc": true
},
"feedbackConfig": {
"feedbackEn": true,
"feedbackType": "fd",
"multiRev": false,
"feedbackStrength": 1,
"endstopStrength": 1,
"outputRamp": 10000,
"pos": 140,
"secondaryHaptic": true,
"secondaryVol": 5
},
"mappingConfig": {
"internalMacro": false,
"knobMap": "arrL",
"switchA": "shift",
"switchB": "ctrl",
"switchC": "alt",
"switchD": "esc"
},
"ledConfig": {
"ledEnable": true,
"ledMode": 1,
"primary": {
"h": 255,
"s": 255,
"l": 100
},
"secondary": {
"h": 255,
"s": 255,
"l": 100
},
"pointer": {
"h": 255,
"s": 255,
"l": 10
}
},
"guiConfig": {
"guiEnable": true
}
},
{
"id": "5238",
"name": "sdfsdf",
"profileTag": "Uncategorized",
"profileConfig": {
"profileDesc": "",
"profileType": 1,
"showDesc": true
},
"feedbackConfig": {
"feedbackEn": true,
"feedbackType": "fd",
"multiRev": false,
"feedbackStrength": 1,
"endstopStrength": 1,
"outputRamp": 10000,
"minMaxPos": [
0,
156
],
"secondaryHaptic": true,
"secondaryVol": 5
},
"mappingConfig": {
"internalMacro": false,
"knobMap": "arrL",
"switchA": "shift",
"switchB": "ctrl",
"switchC": "alt",
"switchD": "esc"
},
"ledConfig": {
"ledEnable": true,
"ledMode": 1,
"primary": {
"h": 100,
"s": 100,
"l": 100
},
"secondary": {
"h": 120,
"s": 120,
"l": 120
},
"pointer": {
"h": 255,
"s": 255,
"l": 255
}
},
"guiConfig": {
"guiEnable": true
}
}
]
}