qmk-dactyl-manuform-a/keyboards/telophase
Ryan 5af1799735
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)
2021-09-12 15:27:29 +10:00
..
keymaps/default Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
config.h Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
matrix.c Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
readme.md Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
rules.mk Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) 2021-09-12 15:27:29 +10:00
telophase.c Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
telophase.h Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00

readme.md

Telophase

A wireless split compact keyboard.

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.

  • Hardware Supported: Telophase PCB

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

make telophase:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.