Spyke

Replies

Comment on

Handwired Skeletyl powered by FAK

Reply in thread

Well, there are many ways to do that. It's kind of a rabbit hole on its own. For me, I prefer layers to combos to access special keys like symbols, numbers, and function keys.

If you meant modifiers like Ctrl and Shift, I use home row mods. I also started with 40+ keys like a Piantor and swore I would never like home row mods, but ended up loving them after trying it.

Anyway, layers feel pretty intuitive to me. What do you think is making layers not easy for you?

Comment on

Snowy Klor Yubitsume

Reply in thread

Thanks! Plate is aluminum. I brushed it with sandpaper and applied some metal polish for a shiny brushed look.

I got the case from JLCPCB with their cheapest resin (8111X). Got it for only one dollar including shipping lol thanks to the $7 coupon you can get from sharing 3D models. Out of the box, fairly sturdy. It was semi-translucent white but a bit yellowish and ugly, so I spray painted it.

Comment on

Introducing FAK - A keyboard firmware for the CH55x series

Reply in thread

Hmm actually, FAK could be extended to CH582. It would have to be a complete rewrite on the hardware code, but I could keep the Nickel config mostly compatible between CH55x and CH58x.

You just gave me an idea. Sounds like I can make a FAK spec and then there'd be compliant hardware-specific implementation for different chips 🤯

Yep, and I think they're even working on dongle mode. They call it "triple 2.4G" on the readme.

Comment on

Introducing FAK - A keyboard firmware for the CH55x series

Reply in thread

Thanks! No CH55x chip supports Bluetooth so it's USB only. I thought of possibly adding a Bluetooth module, but that's almost always a SoC and you're much better off using that as the main (and only) microcontroller instead.

There's this: https://forum.arduino.cc/t/jdy-23-bluetooth-module/672581 Could work as a "dumb" BT module but even so, it can't do HID over BT directly so have to translate that to HID with another chip. Not so power efficient too.

Basically, I've been through this path and it always led me to: just use one MCU with BT. Fortunately, CH582 is a cheap one. RISC-V with BLE. And it's been recently ported to QMK as well: https://github.com/O-H-M2/qmk_port_ch582

You reached the end