Provide context on Quefrency physical PCB layouts
The Quefrency board has two options for each left and right half, resulting in 4 unique combinations. This has been noted in the overlay and dtsi files.
This commit is contained in:
parent
24b638dfa3
commit
9afd44b9d4
3 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
zmk,matrix_transform = &default_transform;
|
||||
};
|
||||
|
||||
/*
|
||||
* This transform correspondsto the 60% left without macro keypad and 65% right, even this
|
||||
* combination of PCBs can have keys in different locations based on configuration.
|
||||
*/
|
||||
default_transform: keymap_transform_0 {
|
||||
compatible = "zmk,matrix-transform";
|
||||
columns = <15>;
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
#include "quefrency.dtsi"
|
||||
|
||||
/ {
|
||||
/* This kscan is for the 60% left half without macro keys the
|
||||
* macro pad layout may require different column and row pins
|
||||
*/
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
label = "KSCAN";
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
/ {
|
||||
|
||||
/* This kscan is for the 65% right half the 60% right half
|
||||
* may require different column and row pins
|
||||
*/
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
label = "KSCAN";
|
||||
|
|
Loading…
Reference in a new issue