this post was submitted on 07 Aug 2024
8 points (100.0% liked)

Mechanical Keyboards

8662 readers
8 users here now

Are you addicted to the clicking sounds of your beautiful and impressive mechanical keyboard?
If so, this community is for you!

Here you can discuss everything about mechanical keyboards (and only mechanical keyboards).

Banner by Jay Zhang on Unsplash

founded 4 years ago
 

Hi! I'm relatively new to mechanical keyboards and I need some help.

I need a 60% that will allow to toggle between two mode, one for writing and one for cursor movement with arrows (possibly on IJKL).

From what I found most of the 60% use the Fn button for arrows, but you have to keep it pressed, which will not work for me... I need to actually toggle the alternative layout. Some 60% have a "Fn lock" to support this, but it's hard to tell by just looking at their specs...

Do you know any model with a similar feature?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sloppy_diffuser@sh.itjust.works 4 points 1 month ago* (last edited 1 month ago) (1 children)

I haven't made a keyboard in awhile but anything that supports QMK (or whatever is new and shiny today) should be able to support this.

QMK and the like are custom firmware so you can pretty much code up whatever feature you need.

If you are looking for a pre-built, I know my Tofu65 supports QMK from https://kbdfans.com/.

QMK is written in C but they do have a no code tool I used for my Tofu65: https://config.qmk.fm/#/.

If the tool doesn't cover your use case and you are able to do a little C, these sections are good starting points for layers (what you call modes) and cursor keys.

https://docs.qmk.fm/feature_layers

https://docs.qmk.fm/features/mouse_keys

[โ€“] mattreb@feddit.it 3 points 1 month ago

QMK looks good, also because I'm familiar with C. I'll probably go with a prebuild to start out since I'm mainly interested in customizing the setup for now, thanks!