diff options
| author | Joel Challis | 2023-09-04 04:13:35 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-04 04:13:35 +0200 |
| commit | a40cccced29990eef5dac798d522c87807aa5e3a (patch) | |
| tree | 5b7a38cd7a69b7acd3491fdf1965108379ab36a8 /keyboards/evolv/info.json | |
| parent | 41bd4e35a09cc50f45112074d2b776254a3a17f8 (diff) | |
Resolve some "Layout should not contain name of keyboard" lint warnings (#21898)
Diffstat (limited to 'keyboards/evolv/info.json')
| -rw-r--r-- | keyboards/evolv/info.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/evolv/info.json b/keyboards/evolv/info.json index dc00260cf3..4274e9e437 100644 --- a/keyboards/evolv/info.json +++ b/keyboards/evolv/info.json @@ -40,8 +40,12 @@ }, "processor": "STM32F072", "bootloader": "stm32-dfu", + "layout_aliases": { + "LAYOUT_evolv_ansi": "LAYOUT_ansi", + "LAYOUT_iso_ansi": "LAYOUT_iso" + }, "layouts": { - "LAYOUT_evolv_ansi": { + "LAYOUT_ansi": { "layout": [ {"matrix": [0, 0], "x": 0, "y": 0}, @@ -150,7 +154,7 @@ {"matrix": [5, 14], "x": 15, "y": 5.5} ] }, - "LAYOUT_evolv_iso": { + "LAYOUT_iso": { "layout": [ {"matrix": [0, 0], "x": 0, "y": 0}, |