moving config to default_config and adding in 3d models for the macropad case itself
This commit is contained in:
+11
-4
@@ -27,7 +27,7 @@
|
||||
}
|
||||
},
|
||||
"key_tone_hz": {
|
||||
"current_value": 523,
|
||||
"current_value": 690,
|
||||
"value_range": {
|
||||
"end": 1500,
|
||||
"start": 0
|
||||
@@ -37,10 +37,10 @@
|
||||
}
|
||||
},
|
||||
"brightness": {
|
||||
"current_value": 100,
|
||||
"current_value": 75,
|
||||
"value_range": {
|
||||
"end": 100,
|
||||
"start": 0
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"rgb_blue": {
|
||||
@@ -54,7 +54,7 @@
|
||||
}
|
||||
},
|
||||
"key_tone": {
|
||||
"current_value": true,
|
||||
"current_value": false,
|
||||
"available_values": [
|
||||
true,
|
||||
false
|
||||
@@ -67,6 +67,13 @@
|
||||
false
|
||||
]
|
||||
},
|
||||
"debug_app": {
|
||||
"current_value": true,
|
||||
"available_values": [
|
||||
true,
|
||||
false
|
||||
]
|
||||
},
|
||||
"dev_mode_active": {
|
||||
"current_value": false,
|
||||
"available_values": [
|
||||
|
||||
Reference in New Issue
Block a user