summaryrefslogtreecommitdiff
path: root/keyboards/centromere/info.json
diff options
context:
space:
mode:
authorDanilo de Klerk <danilodeklerk@gmail.com>2020-08-06 19:36:26 +0200
committerGitHub <noreply@github.com>2020-08-06 10:36:26 -0700
commitc8b721d7c6cf683473bcf3d0af6ec561471b1dcc (patch)
tree380de15fcd2c9ce1047fc3f2cefbeb8684f2a4c4 /keyboards/centromere/info.json
parent60d8d8677aa596120e4f3f0926b93b4d5cc0201a (diff)
split_3x5_3 layout support (#9624)
* Add split_3x5_3 support to Minidox * Add split_3x5_3 support to Miniaxe * Add LAYOUT_mini to Centromere This layout macro removes the need or KC_NO keycodes in the keymap. * Add split_3x5_3 support to Centromere * Add split_3x5_3 support to suihankey split * Add LAYOUT_mini to centromere/info.json * Add LAYOUT_mini to crkbd * Add split_3x5_3 support to crkbd * Change mini layout names * Rename main layouts for split_3x6_3 keyboards * Use split_3x5_3 macro for remaining keyboards * Update relevant info.json files * Fix suihankey/split/alpha macro * Add layout aliases for suihankey
Diffstat (limited to 'keyboards/centromere/info.json')
-rw-r--r--keyboards/centromere/info.json42
1 files changed, 41 insertions, 1 deletions
diff --git a/keyboards/centromere/info.json b/keyboards/centromere/info.json
index aa9bcdce10..8fb4213130 100644
--- a/keyboards/centromere/info.json
+++ b/keyboards/centromere/info.json
@@ -5,7 +5,7 @@
"width": 14,
"height": 4,
"layouts": {
- "LAYOUT": {
+ "LAYOUT_split_3x6_3": {
"layout": [
{"label":"Tab", "x":0, "y":0.25},
{"label":"Q", "x":1, "y":0.25},
@@ -50,6 +50,46 @@
{"label":"MO(_NUM)", "x":8.5, "y":3.25},
{"label":"RAlt", "x":9.5, "y":3.125}
]
+ },
+ "LAYOUT_split_3x5_3": {
+ "layout": [
+ {"label":"Q", "x":0, "y":0.25},
+ {"label":"W", "x":1, "y":0.125},
+ {"label":"E", "x":2, "y":0},
+ {"label":"R", "x":3, "y":0.125},
+ {"label":"T", "x":4, "y":0.25},
+ {"label":"Y", "x":7, "y":0.25},
+ {"label":"U", "x":8, "y":0.125},
+ {"label":"I", "x":9, "y":0},
+ {"label":"O", "x":10, "y":0.125},
+ {"label":"P", "x":11, "y":0.25},
+ {"label":"A", "x":0, "y":1.25},
+ {"label":"S", "x":1, "y":1.125},
+ {"label":"D", "x":2, "y":1},
+ {"label":"F", "x":3, "y":1.125},
+ {"label":"G", "x":4, "y":1.25},
+ {"label":"H", "x":7, "y":1.25},
+ {"label":"J", "x":8, "y":1.125},
+ {"label":"K", "x":9, "y":1},
+ {"label":"L", "x":10, "y":1.125},
+ {"label":";", "x":11, "y":1.25},
+ {"label":"Z", "x":0, "y":2.25},
+ {"label":"X", "x":1, "y":2.125},
+ {"label":"C", "x":2, "y":2},
+ {"label":"V", "x":3, "y":2.125},
+ {"label":"B", "x":4, "y":2.25},
+ {"label":"N", "x":7, "y":2.25},
+ {"label":"M", "x":8, "y":2.125},
+ {"label":",", "x":9, "y":2},
+ {"label":".", "x":10, "y":2.125},
+ {"label":"/", "x":11, "y":2.25},
+ {"label":"LGUI", "x":2.5, "y":3.125},
+ {"label":"MO(_FN)", "x":3.5, "y":3.25},
+ {"label":"Space", "x":4.5, "y":3.375},
+ {"label":"Space", "x":6.5, "y":3.375},
+ {"label":"MO(_NUM)", "x":7.5, "y":3.25},
+ {"label":"RAlt", "x":8.5, "y":3.125}
+ ]
}
}
}