summaryrefslogtreecommitdiffstats
path: root/god/soundboard/config.json
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2012-03-23 22:08:28 +0100
committermakefu <github@syntax-fehler.de>2012-03-23 22:08:28 +0100
commita082985e111ae776e44065fec52e5f3a3199e138 (patch)
tree628557c5c0904c0724381159f794e11e448f4c25 /god/soundboard/config.json
parentfe92435af091261b023a2b8b72af054e960ccb45 (diff)
soundboard: initial commit
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'"
+ }
+}