diff options
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/global-config b/global-config index ae7f73a..e42139b 100644 --- a/global-config +++ b/global-config @@ -39,6 +39,14 @@ # pseudo-random PSK. :global "daily-psk-match-comment" "Daily PSK"; +# Run different commands with multiple mode-button presses. +:global "mode-button" { + 1="/ system script run leds-toggle-mode;"; + 2="/ system shutdown"; + 3="/ system reboot"; +# add mode here... +}; + # This address should resolve ntp servers and is used to update # ntp settings. A pool can rotate servers. :global "ntp-pool" "pool.ntp.org"; |