Use module ID instead of a string to identify module configurations. Add initialSpeed property.
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
"dataModelVersion": 0,
|
"dataModelVersion": 0,
|
||||||
"moduleConfigurations": [
|
"moduleConfigurations": [
|
||||||
{
|
{
|
||||||
"moduleName": "keyClusterLeft",
|
"id": 1,
|
||||||
|
"initialSpeed": 1,
|
||||||
"acceleration": 5,
|
"acceleration": 5,
|
||||||
"maxSpeed": 200
|
"maxSpeed": 200
|
||||||
}
|
}
|
||||||
@@ -14,8 +15,8 @@
|
|||||||
"keymaps": [
|
"keymaps": [
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "QWERTY",
|
|
||||||
"isDefault": true,
|
"isDefault": true,
|
||||||
|
"name": "QWERTY",
|
||||||
"abbreviation": "QTY",
|
"abbreviation": "QTY",
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user