trishume / PolyType

Firmware for my custom keyboard running on the Teensy 3.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PolyType Firmware

This the firmware for my custom keyboard. It supports macros, layout switching, media keys and a screen.

It runs on the Teensy 3.1 using Teensyduino. Much of it is specific to my hardware but it wouldn't take much effort to get it to work for other hardware.

More info on my keyboard

Architecture

Unlike most other firmware, this one uses a pipeline architecture for fancy stream processing functionality.

This is so that implementing fanciness like chording can be done easily and can be enabled/disabled without trouble.

About

Firmware for my custom keyboard running on the Teensy 3.1


Languages

Language:C++ 78.8%Language:C 12.9%Language:Makefile 8.3%