summaryrefslogtreecommitdiff
path: root/keyboards/keyten/aperture/aperture.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2022-09-26 18:53:31 -0700
committerGitHub <noreply@github.com>2022-09-27 02:53:31 +0100
commit045170a958820ca8294d6aec2db4ccb1129038dc (patch)
tree2a49d25b3af899041fba5f90a47c4ebf5bed82b5 /keyboards/keyten/aperture/aperture.h
parent357eeafd394c737917309e779890e59dd3a77ac5 (diff)
Keyten Aperture Community Layout support (#18495)
* rename LAYOUT_all to LAYOUT_65_ansi_blocker_tsangan_split_bs * enable Community Layouts support * info.json: format whitespace - apply four-space indent - remove trailing whitespace * info.json: correct maintainer value Field is intended to reference the maintainer's GitHub username.
Diffstat (limited to 'keyboards/keyten/aperture/aperture.h')
-rw-r--r--keyboards/keyten/aperture/aperture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keyten/aperture/aperture.h b/keyboards/keyten/aperture/aperture.h
index e547c91794..09851fb4b2 100644
--- a/keyboards/keyten/aperture/aperture.h
+++ b/keyboards/keyten/aperture/aperture.h
@@ -20,7 +20,7 @@
#define XXX KC_NO
-/* LAYOUT_all
+/* LAYOUT_65_ansi_blocker_tsangan_split_bs
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
* │00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │2D │0E │
* ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤
@@ -33,7 +33,7 @@
* │40 │41 │42 │46 │4A │ │4C │4D │4E │
* └─────┴───┴─────┴───────────────────────────┴─────┘ └───┴───┴───┘
*/
-#define LAYOUT_all( \
+#define LAYOUT_65_ansi_blocker_tsangan_split_bs( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, \