I fallen in love with my Alt and put some time into learning how to do animations and effects on it. I thought I would write a bit about it here in case it ever proves useful. Getting more control I was convinced to try out using caps lock as control by a post on Reddit. The argument in favor of this key layout (commonly seen on the HHKB) is that it’s more ergonomic to move your pinkie sideways to hit the control than it is dragging it all the way down and equally far to the left. I tried …
Category: Programming
The Massdrop Alt: Customization With No Middle Ground.
Introduction The Massdrop Alt is a superb (and expensive) keyboard. It’s a 65% board. It has individually addressable RGB backlighting and underglow. It’s USB-c and has a built in USB-c (but with only USB 2.0 bus) hub. It’s QMK compatible. It’s heavy and made of metal. It had linear switches available. It ticked off every want I had in a keyboard. The Configurator: Customization Made Easy Massdrop has an online configuration tool available that lets you graphically select the function and backlight of each individual key on each individual layer. After which, it compiles the selections into code for download …
Encryptic: Dropbox fun
Overview I had to do some rewriting on the way that we handle dropbox authorization per their requirements. Hopefully the method I’ve gone to will suffice. We have a kind of strange relationship with Electron, so it’s not really straightforward for us to do things the way they want us to, but I think I found a compromise that I think will satisfy them as well as not require an entire overhaul on our part. This should hopefully solve #63. I’ll report back when I heard from Dropbox. Background Dropbox development status allows for 200 users to be connected at …