this post was submitted on 02 Aug 2023
40 points (97.6% liked)

ErgoMechKeyboards

5771 readers
12 users here now

Ergonomic, split and other weird keyboards

Rules

Keep it ergo

Posts must be of/about keyboards that have a clear delineation between the left and right halves of the keyboard, column stagger, or both. This includes one-handed (one half doesn't exist, what clearer delineation is that!?)

i.e. no regular non-split¹ row-stagger and no non-split¹ ortholinear²

¹ split meaning a separation of the halves, whether fixed in place or entirely separate, both are fine.
² ortholinear meaning keys layed out in a grid

No Spam

No excessive posting/"shilling" for commercial purposes. Vendors are permitted to promote their products/services but keep it to a minimum and use the [vendor] flair. Posts that appear to be marketing without being transparent about it will be removed.

No Buy/Sell/Trade

This subreddit is not a marketplace, please post on r/mechmarket or other relevant marketplace.

Some useful links

founded 1 year ago
MODERATORS
 

Hey all! I've been working on a new standard for interconnecting a main keyboard pcb to modules.

What does this mean? If a keyboard pcb supports the interface via a connector and some basic wiring, it will allow you to use the available open source modules.

I designed an open source keyboard called vulpes minora to prove out the concept, along with 4 modules that you can connect to it. Even before officially announcing it, there are have been 3 keyboards that have adopted it, along with 2 modules developed (Great work by zzeneg , Ariamelon, and Ben!)

Here is a link to see the full list of supported keyboards and modules.

The VIK repository is here, and it highlights how it works, how to implement support for it (for both a keyboard and a module), along with working examples.

https://github.com/sadekbaroudi/vik

If more people adopt it, more people will be incentivized to make modules, and we'll all benefit from it. No more days of "hey, check out this cirque trackpad, let's figure out a way to hack it onto existing boards!". Instead, it will be "Hey, we should design a VIK module that supports this new cool thing!". Then people will be able to just swap in the new thing, write some basic firmware, and fold it into their existing keyboards.

Thinking out loud here, but if it starts to get popular, we could even work with the QMK folk to potentially create some standardized way of supporting modules (from a firmware perspective) in a more streamlined way.

Anyway, questions and feedback very much welcome.

If you'd like to discuss it in more depth, please feel free to join the fingerpunch discord server, and chat me up (sadekbaroudi) in the #vik channel.

https://fingerpunch.xyz/discord

There was a recent article published on kbd.news if anyone wants to look through that as well

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

After having a hard time trying to hand solder a fpc connector and just giving up, I would suggest a more regular pin header sort of thing, maybe with two rows? (the ones with 2.54.mm pitch), or something through hole at least.

Otherwise, you are forcing people to either pay for assembly to jlc / pcbway and the sort or fork more money on tips, flux, braid, etc. Fpc is not handsolder friendly. That is, if you are aiming at the diy community.

While probably not a problem for a shop, it makes it more expensive for a few units and complicates (while probably only a bit) the ordering process.

Just my opinion after a bad soldering day.

edit: Note that I love the idea, would help to expand keyboards a great deal and can build the community.

[–] [email protected] 1 points 1 year ago

(sorry for the delayed response, I don't have notifications set up for lemmy)

Yeah, I realize that hand soldering fpc is not easy. However, the alternatives were much more bulky connectors. I actually did add a footprint in VIK that allows you to use a 2 row pin header, as you had described! It's in the repository, though the README doesn't highlight it at all!

The footprints are here: https://github.com/sadekbaroudi/vik/blob/master/kicad/vik.pretty/vik-keyboard-throughole.kicad_mod https://github.com/sadekbaroudi/vik/blob/master/kicad/vik.pretty/vik-module-throughole.kicad_mod

With these, you can use a very commonly available, like this one: https://a.co/d/glcPKeg

If you search for "fpc 12 pin 0.5mm breakout", you'll find a bunch of these same ones.

So, adding support for a board using these shouldn't be too bad! Also, I just made a new controller that has a VIK connector built in, so you can make any pro micro compatible keyboard VIK enabled :)

https://github.com/sadekbaroudi/svlinky

[Ad] I also sell these on the fingerpunch site now, though it's open source, so you can fab them yourself as well.