d4dc2a577f
Apparently VIA allocates bits in the layout options field from the lowest bit, but starting from the **last** option defined in the JSON file. So the default value 0x06 was actually trying to set the value `3` (`0b11`) for the second-to-last option ("Right Shift"), which had only 3 values defined, and the attempt to set an undefined option value caused the VIA app to hang with a black window. Fix the default layout options so that it works as intended (the "Macropad" and "65% Column" options are set). |
||
---|---|---|
.. | ||
keymaps | ||
rev1 | ||
rev2 | ||
config.h | ||
info.json | ||
quefrency.c | ||
quefrency.h | ||
readme.md | ||
rules.mk |
readme.md
Quefrency
A split 60% staggered keyboard made and sold by Keebio. More info at Keebio.
Keyboard Maintainer: Bakingpy/nooges
Hardware Supported: Pro Micro
Hardware Availability: Keebio
Make example for this keyboard (after setting up your build environment):
make keebio/quefrency/rev1:default
Example of flashing this keyboard:
make keebio/quefrency/rev1:default:avrdude
Handedness detection is already hardwired onto the PCB, so no need to deal with EE_HANDS
or flashing .eep files.
See build environment setup then the make instructions for more information.
A build guide for this keyboard can be found here: Keebio Build Guides