Drashna Jaelre 0da6562c4d Make default layer size 16-bit (#15286) hace 4 años
..
keymaps 0da6562c4d Make default layer size 16-bit (#15286) hace 4 años
config.h 764dc18a81 Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16655) hace 4 años
info.json 4791cfae1a Remove width, height and key_count from info.json (#14274) hace 5 años
matrix.c 6567b21688 Move more UART-based keyboards to use timeout correctly. (#17329) hace 4 años
mitosis.c f0b30e0027 Make Swap Hands use PROGMEM (#12284) hace 5 años
mitosis.h 41c50bb653 Change keyboard level include guards to `pragma once` (#14248) hace 5 años
readme.md c8cbee5d71 Modified URLs to point to new locations hace 7 años
rules.mk 6f81880f17 Convert some more boards to Matrix Lite (#15489) hace 4 años

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.