qmk-dactyl-manuform-a/keyboards/mitosis
CarVac 50a4b3510b Revise carvac_dv keymap for easier alt-tab (#1871)
* 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

* Add tab, remove bksp, move print screen

Having tab next to control and alt makes for much easier
alt-tabbing and ctrl-tabbing.

That displaced print screen, but I had never used the non-layer
backspace on the right hand, so I moved printscreen over there.
2017-10-21 10:01:09 -10:00
..
keymaps Revise carvac_dv keymap for easier alt-tab (#1871) 2017-10-21 10:01:09 -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 arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10: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