summaryrefslogtreecommitdiff
path: root/io/bin/generic_gpio/gpio.conf
diff options
context:
space:
mode:
Diffstat (limited to 'io/bin/generic_gpio/gpio.conf')
-rw-r--r--io/bin/generic_gpio/gpio.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/io/bin/generic_gpio/gpio.conf b/io/bin/generic_gpio/gpio.conf
index 44068de..df70859 100644
--- a/io/bin/generic_gpio/gpio.conf
+++ b/io/bin/generic_gpio/gpio.conf
@@ -9,3 +9,16 @@
[keyboard]
id = 272;
direction = in;
+ rising = 1;
+ falling = 1;
+
+[button1]
+ id = 150;
+ direction = in;
+ rising = 1;
+
+[button2]
+ id = 151;
+ direction = in;
+ rising = 0;
+ falling = 1;