You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 0b37e07f90
Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)
2 years ago
..
keymaps Remove Full Bootmagic (#13846) 2 years ago
config.h Serial refactor (#11521) 3 years ago
info.json Remove width, height and key_count from info.json (#14274) 2 years ago
matrix.c Remove legacy print backward compatiblitly (#11805) 3 years ago
mitosis.c 2021 May 29 Breaking Changes Update (#13034) 2 years ago
mitosis.h Tidy up backlight header use to avoid build issues (#6714) 4 years ago
readme.md Modified URLs to point to new locations 5 years ago
rules.mk Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649) 2 years ago

readme.md

Mitosis

Mitosis

A wireless split compact keyboard.

Keyboard Maintainer: @reversebias
Hardware Supported: Mitosis PCB
Hardware Availability: See the Mitosis keyboard announcement and discussion

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

make mitosis:default

See build environment setup then the make instructions for more information.

Notes

Some circuit board manufacturers including DirtyPCBs and PCBWay offer a steeply discounted "prototyping" rate for a small quantity of identical circuit boards less than 100x100mm in size. The Mitosis was designed to take advantage of this, so that individuals might affordably manufacture their own without waiting for a group-buy.

These configuration files were based off the Atreus keyboard. It assumes a Pro Micro is being used, however retains the 'make upload' feature from the Atreus branch.

This keyboard uses a completely different 'matrix scan' system than most other keyboards supported by QMK. Here, QMK runs in a Pro Micro on a receiver module, and communicates only with an nRF51822 microcontroller module that in turn does wireless communication. The nRF51822 maintains a matrix of keystates received from the same microcontrollers on each of the keyboard halves. The matrix.c file contains the code to make the Pro Micro poll the external wireless microcontroller for the key matrix. As long as this file is not changed, all other QMK features are supported.

Mitosis keyboard build log, including many photos and notes about the assembly process.

Mitosis keyboard hardware design files, including PCB schematics and manufacturing files, parts list, and a laser-cutting template for the neoprene base.

Mitosis keyboard wireless firmware for the Nordic microcontrollers.