qmk-firmware/keyboards/mitosis
ridingqwerty 0f7d294ac3
Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)
2020-01-30 13:47:48 -05:00
..
keymaps Remove/migrate action_get_macro()s from default keymaps (#5625) 2019-07-15 23:04:02 -07:00
config.h Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08:00
info.json Mitosis refactor and Configurator support (#3271) 2018-06-30 19:42:06 -07:00
matrix.c Fix `1<col` instead of `1<<col` typo in matrix_is_on() 2019-01-27 08:37:26 -08:00
mitosis.c mitosis:datagrok add layer select, more layouts (#3835) 2018-09-04 08:55:31 -07:00
mitosis.h Tidy up backlight header use to avoid build issues (#6714) 2019-09-11 23:15:39 +01:00
readme.md Modified URLs to point to new locations 2019-01-13 09:11:18 -08:00
rules.mk Remove filesize changes from default-ish rules.mk files, sans handwired (#8040) 2020-01-30 13:47:48 -05:00

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.