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:
Noah Thornton 2020-09-26 22:10:14 -05:00
parent 24b638dfa3
commit 9afd44b9d4
3 changed files with 10 additions and 0 deletions

View File

@ -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>;

View File

@ -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";

View File

@ -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";