diff options
Diffstat (limited to 'io/bin/generic_gpio/gpio.conf')
| -rw-r--r-- | io/bin/generic_gpio/gpio.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/io/bin/generic_gpio/gpio.conf b/io/bin/generic_gpio/gpio.conf index 2408983..44068de 100644 --- a/io/bin/generic_gpio/gpio.conf +++ b/io/bin/generic_gpio/gpio.conf @@ -1,11 +1,11 @@ -[0] +[led0] + id = 0; direction = out; - value = 1; -[1] +[led1] + id = 11; direction = out; - value = 0; -[332] - direction = out; - value = 0; +[keyboard] + id = 272; + direction = in; |
