qmk-dactyl-manuform-a/keyboards/keebio/quefrency/rev1
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
..
config.h Quefrency rev1: Fix default VIA layout options (#9618) 2020-07-01 21:32:21 +01:00
rev1.c Add Keebio lighting defaults (#8884) 2020-04-25 14:26:26 -07:00
rev1.h Update Quefrency (#8623) 2020-03-31 23:21:05 +01:00
rules.mk Enable Mousekeys for Keebio Quefrency rev1 (#9478) 2020-06-20 13:45:25 +10:00