qmk-dactyl-manuform-a/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).
2020-07-01 21:32:21 +01:00
..
keymaps [Keymap] Make personal keymaps a bit more consistent (#8915) 2020-04-25 23:01:43 -07:00
rev1 Quefrency rev1: Fix default VIA layout options (#9618) 2020-07-01 21:32:21 +01:00
rev2 [Keyboard] Quefrency Rev2 Caps Lock LED, set lighting defaults (#8729) 2020-04-12 13:09:09 -07:00
config.h
info.json [Keyboard] Update info.json to include macro layout (#5364) 2019-03-11 11:35:59 -07:00
quefrency.c
quefrency.h [Keyboard] Add Quefrency Rev 2 (#8001) 2020-01-28 14:13:57 -08:00
readme.md
rules.mk [Keyboard] Quefrency Rev2 Caps Lock LED, set lighting defaults (#8729) 2020-04-12 13:09:09 -07:00

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