mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user