Update macro_pad_apps/numpad.json, macro_pad_apps/example.json, macro_pad_apps/gamepad.json, ReadMe.txt, ComingSoon.png

This commit is contained in:
Austin Sommerlot
2022-05-08 00:06:05 +00:00
parent fac86aa3bf
commit 5e2036f1d8
5 changed files with 177 additions and 13 deletions
+52 -13
View File
@@ -1,15 +1,54 @@
{
"profileName": "Example!",
"k1":["ONE"],
"k2":["TWO"],
"k3":["THREE"],
"k4":["ONE"],
"k5":["TWO"],
"k6":["THREE"],
"k7":["ONE"],
"k8":["TWO"],
"k9":["THREE"],
"k10":["ONE"],
"k11":["TWO"],
"k12":["THREE"],
"profileName" : "",
"sortOrder" : 99,
"key1" : {
"text" : [""],
"value" : [""]
},
"key2" : {
"text" : [""],
"value" : [""]
},
"key3" : {
"text" : [""],
"value" : [""]
},
"key4" : {
"text" : [""],
"value" : [""]
},
"key5" : {
"text" : [""],
"value" : [""]
},
"key6" : {
"text" : [""],
"value" : [""]
},
"key7" : {
"text" : [""],
"value" : [""]
},
"key8" : {
"text" : [""],
"value" : [""]
},
"key9" : {
"text" : [""],
"value" : [""]
},
"key10" : {
"text" : [""],
"value" : [""]
},
"key11" : {
"text" : [""],
"value" : [""]
},
"key12" : {
"text" : [""],
"value" : [""]
}
}