qmk-firmware/keyboards/mitosis
skullydazed 4cdcbdb861 Remove all Makefiles from the keyboards directory. (#1660)
* Remove all Makefiles from the keyboards directory.

* update keymaps added in the last 8 days

* Ignore keyboard/keymap makefiles

* update hand_wire to reflect our new Makefile-less reality

* Update the make guide to reflect the new reality

* move planck keymap options to rules.mk

* update planck keymaps 4real

* trigger travis

* add back build_keyboard.mk

* restore changes to build_keyboard
2017-09-08 13:47:50 -04:00
..
keymaps Remove all Makefiles from the keyboards directory. (#1660) 2017-09-08 13:47:50 -04:00
Makefile First Commit 2017-04-19 20:27:49 +10:00
config.h First Commit 2017-04-19 20:27:49 +10:00
matrix.c First Commit 2017-04-19 20:27:49 +10:00
mitosis.c First Commit 2017-04-19 20:27:49 +10:00
mitosis.h First Commit 2017-04-19 20:27:49 +10:00
readme.md Make the bulk of our keyboards match the readme.md standard 2017-08-16 20:36:59 -04:00
rules.mk Creates a layouts/ folder for keymaps shared between keyboards (#1609) 2017-08-23 22:29:07 -04:00

readme.md

Mitosis

A wireless split compact keyboard.

Keyboard Maintainer: [@reversebias](https://github.com/reversebias] Hardware Supported: Mitosis PCB Hardware Availability: https://www.reddit.com/r/MechanicalKeyboards/comments/66588f/wireless_split_qmk_mitosis/

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.

Mitosis Notes

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 to other keyboards, it relies on an external nRF51822 microcontroller maintaining a matrix of keystates received from the keyboard halves. The matrix.c file contains the code to poll the external microcontroller for the key matrix. As long as this file is not changed, all other QMK features are supported.

Build log of the keyboard can be found here

Hardware design files can be found here

Firmware for the nordic MCUs can be found here