diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-02-28 15:33:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 23:33:55 +0000 |
commit | f293e6b4da5a3eca36e6a6da7c1bcbf3ecd536e8 (patch) | |
tree | 8c205cb0bb04e77fe22381d981a0f659d51caf59 /keyboards/creatkeebs/glacier/glacier.h | |
parent | 3ac769b6abe9b97a94033f376b28482d2d5f7b00 (diff) |
Glacier: Community Layout support (#16474)
* Glacier: Community Layout support
Enables the Glacier to use QMK's `tkl_f13_ansi_tsangan` community layout.
- rename `LAYOUT` to `LAYOUT_tkl_f13_ansi_tsangan`
- add `LAYOUTS` rule to `rules.mk`
* info.json: correct maintainer value
Use the maintainer's GitHub username.
Diffstat (limited to 'keyboards/creatkeebs/glacier/glacier.h')
-rw-r--r-- | keyboards/creatkeebs/glacier/glacier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/creatkeebs/glacier/glacier.h b/keyboards/creatkeebs/glacier/glacier.h index 3b7b1320f5..91400e8b13 100644 --- a/keyboards/creatkeebs/glacier/glacier.h +++ b/keyboards/creatkeebs/glacier/glacier.h @@ -18,7 +18,7 @@ #include "quantum.h" -#define LAYOUT( \ +#define LAYOUT_tkl_f13_ansi_tsangan( \ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, \ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K116, \ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, \ |