
Need a MX series base keyboard
-
- Location: Poland
- Main keyboard: KBT Race
- Main mouse: atm crappy but comfortable wireless mouse
- Favorite switch: Cherry MX White
- DT Pro Member: -
Make one yourself and handwire, or order a custom pcb.
This thread will cover everything:
http://deskthority.net/workshop-f7/brow ... t6050.html
This thread will cover everything:
http://deskthority.net/workshop-f7/brow ... t6050.html
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
Do you want a keyboard with just 2 switches? I remember someone else wanted something super simple like that once, for a game show. They were making the buzzers! Keyboards are overkill for that.
-
- Location: USA
- Main keyboard: KBC Poker MX Red
- Main mouse: Logitech MX Revolution
- Favorite switch: MX Red
- DT Pro Member: -
If you want something really small... I would go for one of these CM switch tester. From what I have seen of it there should be ample room to hardware the switches to a teensy or similar and make it a functional macro pad or whatever. I think it would be easiest way to have something very small keypad that is a nice finished product. I may even do that myself for a fun little project.
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
-
- Location: USA
- Main keyboard: KBC Poker MX Red
- Main mouse: Logitech MX Revolution
- Favorite switch: MX Red
- DT Pro Member: -
Well you don't really have to make a PCB. You can simply use diodes and wire to connect up the switches in a 2rows 1column simple matrix and attach it to a teensy controller. If you know soldering well I think the whole assembly would take less than 10 minutes.
- Muirium
- µ
- Location: Edinburgh, Scotland
- Main keyboard: HHKB Type-S with Bluetooth by Hasu
- Main mouse: Apple Magic Mouse
- Favorite switch: Gotta Try 'Em All
- DT Pro Member: µ
Perhaps Chanhien hasn't heard of a matrix or a Teensy. So here's the basics.
This is the Teensy:
https://www.pjrc.com/store/teensy.html
It's really small. You plug a mini USB cable into it and you can upload software to run. A guy here called Soarer has some great software to make the Teensy work as a USB keyboard, called Soarer's Controller. Then you solder switches between the right pins, and you have a working USB input device.
For whole keyboards, we use a matrix of switches to simplify the wiring. But for something really small, the Teensy can hook up straight to each switch. The OneHand works that way, but it's a chording keyboard (where you hold several keys down at once to type, like playing chords on a piano) so it's complex to adapt to a simple keyboard and uses different software.
This is the Teensy:
https://www.pjrc.com/store/teensy.html
It's really small. You plug a mini USB cable into it and you can upload software to run. A guy here called Soarer has some great software to make the Teensy work as a USB keyboard, called Soarer's Controller. Then you solder switches between the right pins, and you have a working USB input device.
For whole keyboards, we use a matrix of switches to simplify the wiring. But for something really small, the Teensy can hook up straight to each switch. The OneHand works that way, but it's a chording keyboard (where you hold several keys down at once to type, like playing chords on a piano) so it's complex to adapt to a simple keyboard and uses different software.