You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
763 B
32 lines
763 B
/* |
|
* Copyright (c) 2020 Pete Johanson |
|
* |
|
* SPDX-License-Identifier: MIT |
|
*/ |
|
#include <dt-bindings/zmk/matrix-transform.h> |
|
|
|
/ { |
|
chosen { |
|
zmk,kscan = &kscan0; |
|
zmk,matrix_transform = &default_transform; |
|
}; |
|
|
|
|
|
default_transform: keymap_transform_0 { |
|
compatible = "zmk,matrix-transform"; |
|
columns = <34>; |
|
rows = <1>; |
|
map = < |
|
RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,17) RC(0,18) RC(0,19) RC(0,20) RC(0,21) |
|
RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9) RC(0,22) RC(0,23) RC(0,24) RC(0,25) RC(0,26) |
|
RC(0,10)RC(0,11) RC(0,12) RC(0,13) RC(0,14) RC(0,27) RC(0,28) RC(0,29) RC(0,30) RC(0,31) |
|
RC(0,15) RC(0,16) RC(0,32) RC(0,33) |
|
>; |
|
}; |
|
|
|
kscan0: kscan { |
|
compatible = "zmk,kscan-gpio-direct"; |
|
label = "KSCAN"; |
|
}; |
|
|
|
};
|
|
|