-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centromere Configurator layout support and readme update (#8190)
* Add Configurator layout data * update readme
- Loading branch information
1 parent
79d5903
commit 675ac4a
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |