qmk_firmware/keyboards/mitosis
CarVac 323fa19e2d Dvorak-optimized Mitosis keymap with mouse keys (#1676)
* Add carvac_dv keymap for mitosis

* Add mouse keys

* move backspace, etc, and fix tab

* remove commented-out functions in keymap

* Fix scroll buttons and add left/right scrolling

* Make num momentary, add comments, and clean up

* fix mouse scroll acceleration
2017-09-06 10:19:35 -07:00
..
keymaps Dvorak-optimized Mitosis keymap with mouse keys (#1676) 2017-09-06 10:19:35 -07: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