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/bourgeau.h | |
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/bourgeau.h')
-rw-r--r-- | keyboards/studiokestra/bourgeau/bourgeau.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/studiokestra/bourgeau/bourgeau.h b/keyboards/studiokestra/bourgeau/bourgeau.h index 32a848eca7..170b7eb329 100644 --- a/keyboards/studiokestra/bourgeau/bourgeau.h +++ b/keyboards/studiokestra/bourgeau/bourgeau.h @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * The second converts the arguments into a two-dimensional array which * represents the switch matrix. */ -#define LAYOUT_all( \ +#define LAYOUT_75_ansi_rwkl( \ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, \ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K114, K115, \ K200, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, \ |