-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Kinesis Triple Pedal Support #35
Comments
AFAICT, the USB cable is unchanged between KB500 and KB600. |
I have decided to try to source some boards and attempt to get this working in practice. Hopefully once I get this sorted it will be easy for someone with more experience than me to change the PCB to implement it there. |
The board is working great, and I finally sourced some plugs for the original cable (that were sold out in digikey). |
Take a look at #16, that should contain everything you need to get started :) |
@afonsoguerra |
Due to lack of time I abandoned the original idea. I got it working instead by modifying a dumbpad macropad to have the plug for the triple pedal (phone cable). If you don't need it to be programmable and always want the same key it should be easy to solder to the kint board. I find that for the kint with qmk, there are other good ways to switch layers, like autoshift and one shot modifiers, that means I don't need the pedals that much on the kinesis. They are a godsend for repetitive tasks though. |
In case it helps anyone I got the triple foot pedal working recently by soldering the wires for pedal 1, 2, and 3 to pins 35, 34, and 33 respectively on a teensy 4.1. I then wired the common to a ground pin(probably could have connected it to pin 36, but didn't try) and made the following changes to the qmk_repo to build the keymap.
I'm really new to QMK so there are probably better ways to do this, but it has been working for me and may be a good starting point for someone else. |
I am a current user of the KB600 + foot pedal. Foot pedal helps me avoid typing chords, so it includes layer switch, shift and control.
I would be very interested in teaming up to implement support for this. I can see in Issue #9 that the foot pedal connector comes out with the standard plug / original USB cable and is well labelled there.
In an ideal world, I would love some help to modify the PCB so that:
Notes:
Ideas and feedback welcomed.
The text was updated successfully, but these errors were encountered: