summaryrefslogtreecommitdiffstats
path: root/god/soundboard/config.json
diff options
context:
space:
mode:
authorroot <root@monitoring.shack>2012-09-13 23:39:58 +0000
committerroot <root@monitoring.shack>2012-09-13 23:39:58 +0000
commitdb849a18e1659ff28433384d2cdca2989a6d5df0 (patch)
treed600fb3f3e5f0a54b6254c85ee8a3b836ef3d90d /god/soundboard/config.json
parentd5d39fc3d56b021b642ee6e1d5625524ebbc4d99 (diff)
parent88d4bdc29eb9ce5f62099f2be1488ae927aa09d5 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'god/soundboard/config.json')
-rw-r--r--god/soundboard/config.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/god/soundboard/config.json b/god/soundboard/config.json
new file mode 100644
index 00000000..dbdeb5cb
--- /dev/null
+++ b/god/soundboard/config.json
@@ -0,0 +1,13 @@
+{
+ "direction" : {
+ "up" : "echo pushed up",
+ "down" : "echo pushed down",
+ "left" : "echo pushed left",
+ "right" : "echo pushed right"
+ },
+ "button" : {
+ "1" : "echo 'fuck yeah 1'",
+ "2" : "echo 'fuck jeah 2'",
+ "8" : "echo 'fuck jeah 8'"
+ }
+}