Enable linking of encoders to switch within layout macros (#22264)

This commit is contained in:
Joel Challis 2023-11-20 15:41:48 +00:00 committed by GitHub
parent 62cca5c43a
commit e279c78ba3
Failed to generate hash of commit
5 changed files with 86 additions and 2 deletions

View file

@ -348,6 +348,7 @@
"additionalProperties": false,
"required": ["x", "y"],
"properties": {
"encoder": {"$ref": "qmk.definitions.v1#/unsigned_int"},
"label": {
"type": "string",
"pattern": "^[^\\n]*$"