qmk_firmware/keyboards/centromere
Ryan d09a06a1b3
Update GPIO API usage in keyboard code (#23361)
2024-05-03 15:21:29 +10:00
..
keymaps Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693) 2023-12-18 16:05:50 +11:00
centromere.c Update GPIO API usage in keyboard code (#23361) 2024-05-03 15:21:29 +10:00
centromere.h Update GPIO API usage in keyboard code (#23361) 2024-05-03 15:21:29 +10:00
config.h Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) 2023-02-03 00:04:10 +00:00
keyboard.json Migrate build target markers to keyboard.json - E (#23529) 2024-04-16 02:16:08 +01:00
matrix.c Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) 2024-03-30 14:07:19 +00:00
readme.md Centromere Configurator layout support and readme update (#8190) 2020-02-18 13:04:43 +11:00
rules.mk Data-driven Keyboard Conversions: C (#23453) 2024-04-11 16:29:10 +01:00

readme.md

Centromere

Centromere

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
  • Hardware Supported: Centromere PCBs
  • Hardware Availability: Southpaw Design

Make example for this keyboard (after setting up your build environment):

make centromere:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.