diff --git a/config.json b/config.json index b0f8073..ef73a2c 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,6 @@ { "dev_mode": true, - "brightness": 100 + "debug_app_enabled": true, + "brightness": 100, + "default_tone": 523 } \ No newline at end of file diff --git a/macro_pad_apps/example b/macro_pad_apps/example new file mode 100644 index 0000000..6a92cf0 --- /dev/null +++ b/macro_pad_apps/example @@ -0,0 +1,15 @@ +{ + "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"], +} \ No newline at end of file