diff options
| author | Ryan | 2023-02-16 22:49:49 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-16 22:49:49 +0100 |
| commit | d784f78bd0a034c1d6085379615014fd701536ab (patch) | |
| tree | 2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/beekeeb/piantor/info.json | |
| parent | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff) | |
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/beekeeb/piantor/info.json')
| -rw-r--r-- | keyboards/beekeeb/piantor/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/beekeeb/piantor/info.json b/keyboards/beekeeb/piantor/info.json index a914b1882d..5d4fcf1ae8 100644 --- a/keyboards/beekeeb/piantor/info.json +++ b/keyboards/beekeeb/piantor/info.json @@ -18,6 +18,9 @@ "pid": "0x0001", "vid": "0xBEEB" }, + "bootmagic": { + "matrix": [0, 5] + }, "matrix_pins": { "direct": [ ["GP5", "GP4", "GP11", "GP15", "GP3", "GP2"], |