Author Topic: More than 6 keys with Filco Majestouch on USB in Linux?  (Read 2395 times)

0 Members and 1 Guest are viewing this topic.

Offline Aardwolf

  • Thread Starter
  • Posts: 43
More than 6 keys with Filco Majestouch on USB in Linux?
« on: Sun, 06 January 2013, 05:09:54 »
Hi,

I'm experimenting with some synthesizer software and am annoyed by the 6 key limit of USB.

The Filco Majestouch 1 has NKRO, but by new computer has no PS/2 port. So I'm stuck with using USB with its 6 key limit.

Is there any way in Linux to use this keyboard over USB but without that limit?

Since full NKRO is possible with PS/2, and the signal from the keyboard goes through USB first if you use the PS/2 convertor, it means the keyboard is somehow able to send the full NKRO signal through its USB cable, right? So is there a way to extract that information from the keyboard directly from its USB connection into my PC?

Thanks!
« Last Edit: Sun, 06 January 2013, 05:31:39 by Aardwolf »

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
Re: More than 6 keys with Filco Majestouch on USB in Linux?
« Reply #1 on: Sun, 06 January 2013, 06:42:51 »
The way it works is that when you connect it to a PS/2 port the controller inside the keyboard senses that, stops using USB, and starts using PS/2 - i.e. it isn't going 'through' USB at that point.

You could get a Teensy and build a converter using my firmware, if you can solder a few wires :D

Offline reverkiller

  • Posts: 186
  • Location: Virginia, USA
Re: More than 6 keys with Filco Majestouch on USB in Linux?
« Reply #2 on: Sun, 06 January 2013, 07:15:31 »
The way it works is that when you connect it to a PS/2 port the controller inside the keyboard senses that, stops using USB, and starts using PS/2 - i.e. it isn't going 'through' USB at that point.

You could get a Teensy and build a converter using my firmware, if you can solder a few wires :D

Theoretically couldn't you use the HID Liberation device and put new firmware on it with NKRO?
« Last Edit: Sun, 06 January 2013, 08:50:08 by reverkiller »
Stockpile: Das Keyboard Ultimate (Blues), Ducky YotD (Reds), Model M ('87), Poker (Reds), Siig Minitouch (ALPS) || In Progress: Phantom || Wishlist: Filco Japanese Layout (Browns)

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
Re: More than 6 keys with Filco Majestouch on USB in Linux?
« Reply #3 on: Sun, 06 January 2013, 07:57:58 »
The way it works is that when you connect it to a PS/2 port the controller inside the keyboard senses that, stops using USB, and starts using PS/2 - i.e. it isn't going 'through' USB at that point.

You could get a Teensy and build a converter using my firmware, if you can solder a few wires :D

Theoretically couldn't you use the HID Liberation device and put new firmware on it with NKRO?

Yeah, that would work too!