diff options
| author | Ryan | 2024-06-29 11:19:51 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-29 11:19:51 +0200 |
| commit | 5624804c6822b68d091e77642e07dc3640bf4ca6 (patch) | |
| tree | ccfee31548f49297545f2a4e87fbb159c27d2e05 /keyboards/h0oni/deskpad/keyboard.json | |
| parent | 2bde8ce2068240531baf79c23b83878bb19ed0a0 (diff) | |
`h0oni/deskpad` and `hotduck`: adjust layout names (#24004)
Diffstat (limited to 'keyboards/h0oni/deskpad/keyboard.json')
| -rw-r--r-- | keyboards/h0oni/deskpad/keyboard.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/h0oni/deskpad/keyboard.json b/keyboards/h0oni/deskpad/keyboard.json index d240acf9d3..d7ad53cd43 100644 --- a/keyboards/h0oni/deskpad/keyboard.json +++ b/keyboards/h0oni/deskpad/keyboard.json @@ -39,8 +39,11 @@ "processor": "atmega32u4", "bootloader": "atmel-dfu", "debounce": 3, + "layout_aliases": { + "LAYOUT_all": "LAYOUT" + }, "layouts": { - "LAYOUT_all": { + "LAYOUT": { "layout": [ {"matrix": [0, 0], "x": 0, "y": 0}, {"matrix": [0, 1], "x": 1, "y": 0}, |