From 404f4108aa4cdc59ba955b763e0cfd1aecd46011 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Mon, 9 Mar 2020 15:12:12 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a5b5a1a..007bd3f1 100644 --- a/README.md +++ b/README.md @@ -144,12 +144,13 @@ Where (all parameters are optionals except gpio) - "shifted": action to take when a button is pressed/released and shifted (see above/below) - "longshifted": action to take when a button is long-pressed/released and shifted (see above/below) -Where \ is either the name of another configuration to load (remap) or one amongst - ```ACTRLS_NONE, ACTRLS_VOLUP, ACTRLS_VOLDOWN, ACTRLS_TOGGLE, ACTRLS_PLAY, +Where \ is either the name of another configuration to load (remap) or one amongst + ``` + ACTRLS_NONE, ACTRLS_VOLUP, ACTRLS_VOLDOWN, ACTRLS_TOGGLE, ACTRLS_PLAY, ACTRLS_PAUSE, ACTRLS_STOP, ACTRLS_REW, ACTRLS_FWD, ACTRLS_PREV, ACTRLS_NEXT, BCTRLS_PUSH, BCTRLS_UP, BCTRLS_DOWN, BCTRLS_LEFT, BCTRLS_RIGHT, - KNOB_LEFT, KNOB_RIGHT, KNOB_PUSH``` - + KNOB_LEFT, KNOB_RIGHT, KNOB_PUSH + ``` One you've created such a string, use it to fill a new NVS parameter with any name below 16(?) characters. You can have as many of these configs as you can. Then set the config parameter "actrls_config" with the name of your default config For example a config named "buttons" :