diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-01-29 13:29:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 21:29:45 +0000 |
commit | cabdef8395b068b2585605233a0cb6d4cc82de8d (patch) | |
tree | bc620970afc730d738ea33339cc5ce12069bafa5 /keyboards/studiokestra/bourgeau/info.json | |
parent | 8219472cc9e0d0e7456c2c8f65d6e72753ae8331 (diff) |
Studio Kestra Bourgeau: rename LAYOUT_all to LAYOUT_75_ansi_rwkl (#16119)
* rename LAYOUT_all to LAYOUT_75_ansi_rwkl
The only supported layout is 75% ANSI, with two modifier keys on the right of the Spacebar instead of three.
* info.json: use maintainer's GitHub username
Diffstat (limited to 'keyboards/studiokestra/bourgeau/info.json')
-rw-r--r-- | keyboards/studiokestra/bourgeau/info.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/studiokestra/bourgeau/info.json b/keyboards/studiokestra/bourgeau/info.json index 8fd62f6518..a2170cabf6 100644 --- a/keyboards/studiokestra/bourgeau/info.json +++ b/keyboards/studiokestra/bourgeau/info.json @@ -1,9 +1,12 @@ { "keyboard_name": "Bourgeau", "url": "https://studiokestra.ca/bourgeau/", - "maintainer": "Studio Kestra", + "maintainer": "studiokestra", + "layout_aliases": { + "LAYOUT_all": "LAYOUT_75_ansi_rwkl" + }, "layouts": { - "LAYOUT_all": { + "LAYOUT_75_ansi_rwkl": { "layout": [ {"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1, "y":0}, |