From 675ac4ac4a8e9d4a53eb947628a034bc78fcc553 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Mon, 17 Feb 2020 18:04:43 -0800 Subject: [PATCH] Centromere Configurator layout support and readme update (#8190) * Add Configurator layout data * update readme --- keyboards/centromere/info.json | 55 ++++++++++++++++++++++++++++++++++ keyboards/centromere/readme.md | 16 +++++++++- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 keyboards/centromere/info.json diff --git a/keyboards/centromere/info.json b/keyboards/centromere/info.json new file mode 100644 index 000000000..aa9bcdce1 --- /dev/null +++ b/keyboards/centromere/info.json @@ -0,0 +1,55 @@ +{ + "keyboard_name": "Centromere", + "url": "", + "maintainer": "spe2", + "width": 14, + "height": 4, + "layouts": { + "LAYOUT": { + "layout": [ + {"label":"Tab", "x":0, "y":0.25}, + {"label":"Q", "x":1, "y":0.25}, + {"label":"W", "x":2, "y":0.125}, + {"label":"E", "x":3, "y":0}, + {"label":"R", "x":4, "y":0.125}, + {"label":"T", "x":5, "y":0.25}, + {"label":"Y", "x":8, "y":0.25}, + {"label":"U", "x":9, "y":0.125}, + {"label":"I", "x":10, "y":0}, + {"label":"O", "x":11, "y":0.125}, + {"label":"P", "x":12, "y":0.25}, + {"label":"Backspace", "x":13, "y":0.25}, + {"label":"LCtrl", "x":0, "y":1.25}, + {"label":"A", "x":1, "y":1.25}, + {"label":"S", "x":2, "y":1.125}, + {"label":"D", "x":3, "y":1}, + {"label":"F", "x":4, "y":1.125}, + {"label":"G", "x":5, "y":1.25}, + {"label":"H", "x":8, "y":1.25}, + {"label":"J", "x":9, "y":1.125}, + {"label":"K", "x":10, "y":1}, + {"label":"L", "x":11, "y":1.125}, + {"label":";", "x":12, "y":1.25}, + {"label":"'", "x":13, "y":1.25}, + {"label":"Shift", "x":0, "y":2.25}, + {"label":"Z", "x":1, "y":2.25}, + {"label":"X", "x":2, "y":2.125}, + {"label":"C", "x":3, "y":2}, + {"label":"V", "x":4, "y":2.125}, + {"label":"B", "x":5, "y":2.25}, + {"label":"N", "x":8, "y":2.25}, + {"label":"M", "x":9, "y":2.125}, + {"label":",", "x":10, "y":2}, + {"label":".", "x":11, "y":2.125}, + {"label":"/", "x":12, "y":2.25}, + {"label":"Enter", "x":13, "y":2.25}, + {"label":"LGUI", "x":3.5, "y":3.125}, + {"label":"MO(_FN)", "x":4.5, "y":3.25}, + {"label":"Space", "x":5.5, "y":3.375}, + {"label":"Space", "x":7.5, "y":3.375}, + {"label":"MO(_NUM)", "x":8.5, "y":3.25}, + {"label":"RAlt", "x":9.5, "y":3.125} + ] + } + } +} diff --git a/keyboards/centromere/readme.md b/keyboards/centromere/readme.md index 547ea60dd..0667486e8 100644 --- a/keyboards/centromere/readme.md +++ b/keyboards/centromere/readme.md @@ -1 +1,15 @@ -QMK Firmware for the Centromere keyboard. Centromere is a custom wireless ergonomic keyboard, with 6x3 columnar staggered keys and a 3 key thumb cluster. Centromere keyboards can utilize hot-swap Kailh sockets for MX switches, and either Choc or MX switches can be permanently soldered. There are two types of receiver that use two different MCU for the Centromere board, and you can define which one you are using by defining your rules.mk file appropriately, as shown in the default keymaps. +# Centromere + +![Centromere](https://i.redd.it/sg9unjs9y9041.jpg) + +Centromere is a custom wireless ergonomic keyboard, with 6x3 columnar staggered keys and a 3 key thumb cluster. Centromere keyboards can utilize hot-swap Kailh sockets for MX switches, and either Choc or MX switches can be permanently soldered. There are two types of receiver that use two different MCU for the Centromere board, and you can define which one you are using by defining your rules.mk file appropriately, as shown in the default keymaps. + +* Keyboard Maintainer: [spe2](https://github.com/spe2) +* Hardware Supported: Centromere PCBs +* Hardware Availability: [Southpaw Design](https://southpawdesign.net/products/centromere-group-buy) + +Make example for this keyboard (after setting up your build environment): + + make centromere:default + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).