dirge wrote:You're much better at this type of thing so would you offer some advice on how I could start getting this http://keyboardporn.com/mx-switch/wyse-wy60-terminal/ converted?
Just need to know how to start, have breadboard, teensy2, female connector for the WYSE. I'll try not to be a massive pain in the arse
Soarer wrote:Well, it doesn't mean the Teensy isn't damaged, but it seems to be basically OK.
What does hid_listen show when you connect the converter? (Run hid_listen, connect kb to converter, connect converter to usb).
fruktstund wrote:hid_listen only prints out a lot of "R05", with an occasional "R04" every now and then. If I remember correctly, at least, haven't checked in a couple of weeks.
Soarer wrote:fruktstund wrote:hid_listen only prints out a lot of "R05", with an occasional "R04" every now and then. If I remember correctly, at least, haven't checked in a couple of weeks.
Sorry, I meant when it's first connected... have hid_listen running before you plug it in... it should start with wEE

No answer?JBert wrote:I happen to have another (weird) question: will there ever be support for a few extra Fn keys connected directly to one of the free Teensy ports?
I'm thinking about adding an extra Fn key but I would like to avoid messing around with the keyboard's matrix. Connecting an external switch would mean that I'd just need to connect it between +5V + a resistor and ground, and it would even allow me to make it a foot switch.
Any thoughts on how complicated this is? I could understand that you wouldn't like to debounce the switch, but then again it's just an Fn key which is non-printable...
r3A +39
r3A
r3A
r3A
r3A
r3A
r3A
r3A
r3A r53 +63
rD3 -63
rBA -39remapblock
layer 0
# snip
CAPS_LOCK FN1 # need to map the FN key into the base layer (0)
endblock
# define that FN1 accesses layer 1
layerblock
FN1 1
endblock
# the layer itself is just some remaps tagged with the layer number
remapblock
layer 1
# snip
TAB DELETE
endblockJBert wrote:No answer?
JBert wrote:I actually noticed another thing: it seems that the DELETE remap code creates a key which doesn't repeat (i.e. the BREAK code is sent immediately after the MAKE code).
Soarer wrote:JBert wrote:I actually noticed another thing: it seems that the DELETE remap code creates a key which doesn't repeat (i.e. the BREAK code is sent immediately after the MAKE code).
I dunno, it doesn't look like it's the remap... the release code (rD3) is coming in before the USB key is released (-63), and the layer/remapping code can't add in events. Not sure what's going on there!
r3A +39
r3A
r3A
r3A r53 +63
r53
r53
r53
r53 rD3 -63
rBA -39Users browsing this forum: jpatters, REVENGE, tuesmiddt and 9 guests