summaryrefslogtreecommitdiff
path: root/io/bin/generic_gpio/gpio.conf
blob: df708596267e333f9656d172a84650ae601a291d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[led0]
	id = 0;
	direction = out;

[led1]
	id = 11;
	direction = out;

[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;