qmk_firmware/keyboards/telophase
Ryan 4869b8061c
Move ortho & numpad layouts to data driven (#20183)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-29 15:54:34 +11:00
..
keymaps/default Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
config.h Clean up Force NKRO in config.h (#19718) 2023-01-30 20:45:41 +00:00
info.json Move ortho & numpad layouts to data driven (#20183) 2023-03-29 15:54:34 +11:00
matrix.c Move more UART-based keyboards to use timeout correctly. (#17329) 2022-06-08 14:51:41 -07:00
readme.md Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00
telophase.c Telophase cleanup (#13225) 2021-06-20 12:03:11 +10:00
telophase.h Move ortho & numpad layouts to data driven (#20183) 2023-03-29 15:54:34 +11:00

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.