geekhack

geekhack Projects => Making Stuff Together! => Topic started by: QuincyJones on Thu, 09 June 2016, 08:53:02

Title: Teensy++ 2 for terminal F-style layout?
Post by: QuincyJones on Thu, 09 June 2016, 08:53:02
Would a Teensy++ 2 have enough pins for a terminal F layout with 2 rows of F keys above and 2x5 down the side? I've counted a matrix of 30 (5 main rows + 2 rows of F keys + 2 side cols + 14 main cols + 3 arrow cols + 4 numpad cols) and a generous 4 more for leds, so 34 in total which the teensy++ 2 seems to be able to handle ( https://www.pjrc.com/store/teensypp.html )

(http://i.imgur.com/Xc1CM.jpg)

All those extra keys would come in handy, though I'd certainly be wanting to add in windows keys! Total n00b when it comes to keyboard making but reading around here has got me very interested! I assume Soarer's firmware would suffice?
Title: Re: Teensy++ 2 for terminal F-style layout?
Post by: Parak on Thu, 09 June 2016, 08:58:00
As is, you can't use a Teensy to drive a capacitive matrix like you would a typical SPST (or similar) based one. Soarer's converter however doesn't need to do that - it simply adapts the output of the existing controller on the board, takes the power + clock/data pins, and outputs USB. So, even a non++ teensy2 suffices for that.
Title: Re: Teensy++ 2 for terminal F-style layout?
Post by: QuincyJones on Thu, 09 June 2016, 09:01:27
Ah, I should have specified, I mean for a new custom keyboard build, not to modify an existing terminal keyboard!
Title: Re: Teensy++ 2 for terminal F-style layout?
Post by: joey on Thu, 09 June 2016, 09:03:03
This looks closed now, but still might be of interest: https://geekhack.org/index.php?topic=80326.0
Title: Re: Teensy++ 2 for terminal F-style layout?
Post by: QuincyJones on Thu, 09 June 2016, 17:47:36
Good stuff! So that confirms the teensy++ will be able to handle it! Lots of ideas. Only downside is I don't fancy paying 122+ cherry switches!