f0b30e0027
This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource. |
||
---|---|---|
.. | ||
keymaps | ||
centromere.c | ||
centromere.h | ||
config.h | ||
info.json | ||
matrix.c | ||
readme.md | ||
rules.mk |
readme.md
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.