You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/keyboards/keebio/quefrency
Sergey Vlasov d4dc2a577f
Quefrency rev1: Fix default VIA layout options (#9618)
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).
5 years ago
..
keymaps [Keymap] Make personal keymaps a bit more consistent (#8915) 5 years ago
rev1 Quefrency rev1: Fix default VIA layout options (#9618) 5 years ago
rev2 [Keyboard] Quefrency Rev2 Caps Lock LED, set lighting defaults (#8729) 5 years ago
config.h [Keyboard] Move Keebio boards to own folder (#5109) 6 years ago
info.json [Keyboard] Update info.json to include macro layout (#5364) 6 years ago
quefrency.c [Keyboard] Move Keebio boards to own folder (#5109) 6 years ago
quefrency.h [Keyboard] Add Quefrency Rev 2 (#8001) 5 years ago
readme.md [Keyboard] Move Keebio boards to own folder (#5109) 6 years ago
rules.mk [Keyboard] Quefrency Rev2 Caps Lock LED, set lighting defaults (#8729) 5 years ago

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