Skip to content

Keyboard firmware for Arduino (Teensy LC) to have a wheelwriter keyboard connect to a computer via USB

Notifications You must be signed in to change notification settings

otdav33/Wheelwriter-USB-Firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Wheelwriter-USB-Firmware

Keyboard firmware for Arduino (Teensy LC) to have a wheelwriter keyboard connect to a computer via USB

This uses the colemak layout. It should be a small modification to make it QWERT.

Edit these lines to use the pins you have attached to the ribbons:

const int rows[8] = {13, 14, 15, 16, 17, 18, 19, 20};

const int cols[13] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}

The rows use the bigger tab, even though it has less active pins. The rest just don't lead to anything.

About

Keyboard firmware for Arduino (Teensy LC) to have a wheelwriter keyboard connect to a computer via USB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%