Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centromere Configurator layout support and readme update #8190

Merged
merged 2 commits into from
Feb 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions keyboards/centromere/info.json
Original file line number Diff line number Diff line change
@@ -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}
]
}
}
}
16 changes: 15 additions & 1 deletion keyboards/centromere/readme.md
Original file line number Diff line number Diff line change
@@ -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).