1
0
Ryan d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 жил өмнө
..
keymaps 4dddcb4f03 Telophase cleanup (#13225) 5 жил өмнө
config.h b867522f8c Clean up Force NKRO in config.h (#19718) 3 жил өмнө
keyboard.json 9c1662f8f9 Migrate build target markers to keyboard.json - TUV (#23514) 2 жил өмнө
matrix.c 2dd406f08f Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) 2 жил өмнө
readme.md 4dddcb4f03 Telophase cleanup (#13225) 5 жил өмнө
rules.mk 9c1662f8f9 Migrate build target markers to keyboard.json - TUV (#23514) 2 жил өмнө
telophase.c d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 жил өмнө
telophase.h d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 жил өмнө

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.