Author Topic: Has anyone put a multi-directional switch (trackpoint-ish) on a keyboard?  (Read 2442 times)

0 Members and 1 Guest are viewing this topic.

Offline yoippari

  • Thread Starter
  • Posts: 27
Any completed examples come to mind? I've seen several actual "trackpoint on keyboard" posts but I'm wondering about how to actually mount something like the thumb joystick from sparkfun or one of the heavier duty (?) multi direction switches from ALPS/mouser. A couple of them look like they have "feet" that would allow them to sit on a bottom plate and the pins could be hand wired but some look like they would fit on a prototyping board with a little drilling. I'm not even thinking programming yet. I'm guessing firmware that works for a regular trackpoint would work but I'm holding off on getting the plates cut for this build until I know if/how I can mount one of these.

Offline algernon

  • Posts: 311
  • A tiny mouse, a hacker.
    • Diaries of a Madman
The Shortcut has thumb sticks, which are 4-way switches under the hood. On the firmware side, they appear as just another key. While these 4-ways are very different than true multi-directional, trackpoint-ish things, they are a reasonable compromise between practicality and usability.

I've no clue about how to mount these things, I only now the firmware side :)

Offline vextanys

  • Posts: 40
Its possible to get the thumbsticks already mounted to a PCB with mounting holes, so it shouldnt be too hard to drill and mount to a custom PCB or protoboard. They seem to have 4 mounting pins that can be soldered to unconnected pads for mounting. https://www.sparkfun.com/products/9110

The thumbstick may need some custom firmware, as its an analog value (it shouldnt be too hard, and there are plenty of arduino analog input examples to look at), and I'm not sure how the trackpoint stuff works :)

Offline sinusoid

  • Posts: 160
  • fd > ESC
This guy did:
http://forum.bongofish.co.uk/index.php?topic=2568.0

topmost left and right keys are multidirectional.