Skip to content

Commit

Permalink
New defaults for buttonshim
Browse files Browse the repository at this point in the history
  • Loading branch information
hmax42 authored Nov 11, 2019
1 parent b903f63 commit 30b1874
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions pwnagotchi/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,59 @@ main:
enabled: true
# specify a maximum size to rotate ( format is 10/10B, 10K, 10M 10G )
size: '10M'
buttonshim:
enabled: false
buttons:
A:
command: ''
blink:
enabled: false
red: 0
green: 0
blue: 0
on_time: 0
off_time: 0
blink_times: 0
B:
command: ''
blink:
enabled: false
red: 0
green: 0
blue: 0
on_time: 0
off_time: 0
blink_times: 0
C:
command: ''
blink:
enabled: false
red: 0
green: 0
blue: 0
on_time: 0
off_time: 0
blink_times: 0
D:
command: ''
blink:
enabled: false
red: 0
green: 0
blue: 0
on_time: 0
off_time: 0
blink_times: 0
E:
command: ''
blink:
enabled: false
red: 0
green: 0
blue: 0
on_time: 0
off_time: 0
blink_times: 0

ai:
# if false, only the default 'personality' will be used
Expand Down

0 comments on commit 30b1874

Please sign in to comment.