Keyboard functional and first sending of PGN 127502

This commit is contained in:
2026-01-04 19:28:21 +01:00
parent 12687b17ab
commit c953340362
5 changed files with 501 additions and 165 deletions

View File

@@ -125,5 +125,65 @@
],
"description": "Temperature format: Kelvin, Celsius or Fahrenheit [K|C|F].",
"category": "Units"
},
{
"name": "key1",
"label": "Key 1 code",
"type": "number",
"default": 1,
"min": 1,
"max": 28,
"description": "The keycode to send for key 1 (leftmost) [1 .. 28]",
"category": "Keys"
},
{
"name": "key2",
"label": "Key 2 code",
"type": "number",
"default": 2,
"min": 1,
"max": 28,
"description": "The keycode to send for key 2 (second from left) [1 .. 28]",
"category": "Keys"
},
{
"name": "key3",
"label": "Key 3 code",
"type": "number",
"default": 3,
"min": 1,
"max": 28,
"description": "The keycode to send for key 3 (third from left) [1 .. 28]",
"category": "Keys"
},
{
"name": "key4",
"label": "Key 4 code",
"type": "number",
"default": 4,
"min": 1,
"max": 28,
"description": "The keycode to send for key 4 (fourth from left) [1 .. 28]",
"category": "Keys"
},
{
"name": "key5",
"label": "Key 5 code",
"type": "number",
"default": 5,
"min": 1,
"max": 28,
"description": "The keycode to send for key 5 (fifth from left) [1 .. 28]",
"category": "Keys"
},
{
"name": "key6",
"label": "Key 6 code",
"type": "number",
"default": 6,
"min": 1,
"max": 28,
"description": "The keycode to send for key 6 (rightmost) [1 .. 28]",
"category": "Keys"
}
]