Encoder brush size (#8087)

* Added brush size to encoder knob as new keymap

* Encoder keymap added
This commit is contained in:
Jesse Leventhal
2020-02-04 20:56:50 -05:00
committed by GitHub
parent 964ed17716
commit 8a749a7a8e
2 changed files with 62 additions and 1 deletions

View File

@@ -6,7 +6,17 @@
"height": 3,
"layouts": {
"LAYOUT": {
"layout": [{"x":0, "y":0}, {"label":"Encoder", "x":1, "y":0}, {"x":2, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}]
"layout": [
{"x":0, "y":0},
{"label":"Encoder", "x":1, "y":0},
{"x":2, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":0, "y":2},
{"x":1, "y":2},
{"x":2, "y":2}
]
}
}
}