You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan c157c19b81
Dedupe I2C, SPI, UART driver inclusions (#22253)
5 months ago
..
keymaps/default Telophase cleanup (#13225) 2 years ago
config.h Clean up Force NKRO in config.h (#19718) 1 year ago
info.json Move ortho & numpad layouts to data driven (#20183) 1 year ago
matrix.c Move more UART-based keyboards to use timeout correctly. (#17329) 1 year ago
readme.md Telophase cleanup (#13225) 2 years ago
rules.mk Dedupe I2C, SPI, UART driver inclusions (#22253) 5 months ago
telophase.c Telophase cleanup (#13225) 2 years ago
telophase.h Move ortho & numpad layouts to data driven (#20183) 1 year ago

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.