Spyke

Replies

Comment on

Ergodox arrived. Yikes!

26 WPM on first day is pretty solid.

I dropped from 70 to 15 when starting with an Ergodox and it took me about 10 days to get back to 60+

(And then I decided to switch to Colemak layout which is much harder than Row stagger -> column stagger I’d say)

Comment on

Built half a keyboard (first prototype for my custom design)

Reply in thread

Dipping the fingers in dyed water and laying them on a piece of paper, measuring, printing and checking on the printed sheet.

It appears to me now that this method does not acknowledge how well your fingers are able to find their home row key while typing, or that the optimal stagger might be different for different tenting angles. Would strongly recommend to 3D print / laser cut the PCB design first and trying it out with actual switches beforehand.

I will do this for the next iteration before designing the case, and also look at some popular keyboards with a more aggressive stagger for hints. Will definitely reduce the middle finger column stagger as it is way too aggressive right now.

For some columns I slightly deviated from measurements deliberately, e.g. the inner column should be slightly lower than the index column, but it's a minor difference.

Comment on

Moonlander or Iris for small hands?

I find the Moonlander thumb cluster not that easy to reach. I have medium/large hands but relatively inflexible thumbs and use only 2 of the thumb keys. (And one of the bottom row keys as a third thumb key. If you do it that way it is probably not much different than the Iris). Personally, I would like the thumb cluster to be closer to the other keys and/or splayed.

Comment on

New 30-key sculpted design, WIP

yay, two pinky gang!

Personally I prefer still having 3 keys on the inner index column as I find it easier to hit inner column keys if they are part of one of the rows (and I only use the homerow pinky + don't like chords, so having 3 inner column keys per half is preferable to me).

Naming wise, you could always go for silly portmanteaus like "scoolp" (scoop + sculpted) or "scoob / scooboard" (scoop + keeb / keyboard) ;)

Comment on

What is your recommendation for a Split Ergo Keyboard?

I have a Moonlander, and while I like it I consider switching to the upcoming Dygma Defy since I like the thumb cluster more, it has a bit more column stagger (which my short pinky Finger appreciates) as well as built-in tenting and wireless options.

That said, the Moonlander is a solid choice and ZSA did a good job with their online configurator (Oryx) and the decision to choose QMK as the firmware (popular open source keyboard firmware)

Comment on

Underglow in ZMK on Seeedstudio Xiao BLE not working

Reply in thread

See my other response for how I am driving the LEDs :) (Works fine with an Arduino program so that is not the issue here)

It seems to me that I get this line wrong: NRF_PSEL(SPIM_MOSI, 0, 16). I would read this as "Set pin P0.16 as SPI MOSI", however I cannot find a pin P0.16 exposed on the Xiao BLE https://wiki.seeedstudio.com/XIAO_BLE/

Can you give me a pointer where I am wrong?

(my RGB pin is P1.11 / D6, so I would've assumed that I should change this to NRF_PSEL(SPIM_MOSI, 1, 11), I know that the use of low frequency pins is discouraged by ZMK docs)