qmk-firmware/keyboards/telophase
ridingqwerty 17a089d21b
Trim firmware size changes from default rules.mk, part 4 (#8046)
* Trim firmware size changes from default-ish rules.mk files

* Trim sizes from westfoxtrot boards
2020-01-31 09:10:23 +11:00
..
keymaps/default
config.h
matrix.c
readme.md
rules.mk Trim firmware size changes from default rules.mk, part 4 (#8046) 2020-01-31 09:10:23 +11:00
telophase.c
telophase.h Tidy up backlight header use to avoid build issues (#6714) 2019-09-11 23:15:39 +01:00

readme.md

Telophase

A wireless split compact keyboard.

Hardware Supported: Telophase PCB

Make example for this keyboard (after setting up your build environment):

make telophase: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.