Skip to content

Commit

Permalink
use press_counter for buttons counters
Browse files Browse the repository at this point in the history
  • Loading branch information
ad7718 committed Jan 28, 2025
1 parent 3a0fc4f commit 0999995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/config-wb-mwac.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
{
"name": "Input {{ letter }}{{ in_num - in_num_offset}} Single Press Counter",
"enabled": false,
"reg_type": "input",
"reg_type": "press_counter",
"address": {{ 464 + (in_num - 1) }},
"type": "value",
"sporadic": true,
Expand All @@ -497,7 +497,7 @@
{
"name": "Input {{ letter }}{{ in_num - in_num_offset }} Long Press Counter",
"enabled": false,
"reg_type": "input",
"reg_type": "press_counter",
"address": {{ 480 + (in_num - 1) }},
"type": "value",
"sporadic": true,
Expand All @@ -507,7 +507,7 @@
{
"name": "Input {{ letter }}{{ in_num - in_num_offset }} Double Press Counter",
"enabled": false,
"reg_type": "input",
"reg_type": "press_counter",
"address": {{ 496 + (in_num - 1) }},
"type": "value",
"sporadic": true,
Expand All @@ -517,7 +517,7 @@
{
"name": "Input {{ letter }}{{ in_num - in_num_offset }} Shortlong Press Counter",
"enabled": false,
"reg_type": "input",
"reg_type": "press_counter",
"address": {{ 512 + (in_num - 1) }},
"type": "value",
"sporadic": true,
Expand Down

0 comments on commit 0999995

Please sign in to comment.