config update

This commit is contained in:
schwarzgrau
2022-09-13 01:40:01 +02:00
parent fd200f2544
commit 24b424c1ef
3 changed files with 7 additions and 9 deletions
@@ -10,7 +10,7 @@ endif # LEFT
if SHIELD_TOTEM_LEFT || SHIELD_TOTEM_RIGHT if SHIELD_TOTEM
config ZMK_SPLIT config ZMK_SPLIT
default y default y
-3
View File
@@ -1,3 +0,0 @@
# Uncomment these two line to add support for encoders to your firmware
#CONFIG_EC11=y
#CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
+6 -5
View File
@@ -12,7 +12,7 @@
zmk,matrix_transform = &default_transform; zmk,matrix_transform = &default_transform;
}; };
default_transform: keymap_transform { default_transform: keymap_transform_0 {
compatible = "zmk,matrix-transform"; compatible = "zmk,matrix-transform";
columns = <10>; columns = <10>;
rows = <4>; rows = <4>;
@@ -25,15 +25,16 @@
}; };
kscan0: kscan { kscan0: kscan_0 {
compatible = "zmk,kscan-gpio-matrix"; compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN"; label = "KSCAN";
diode-direction = "col2row"; diode-direction = "col2row";
row-gpios row-gpios
= <&xiao_d 1 GPIO_ACTIVE_HIGH> = <&xiao_d 1 GPIO_ACTIVE_HIGH>
, <&xiao_d 2 GPIO_ACTIVE_HIGH> , <&xiao_d 2 GPIO_ACTIVE_HIGH>
, <&xiao_d 3 GPIO_ACTIVE_HIGH> , <&xiao_d 3 GPIO_ACTIVE_HIGH>
, <&xiao_d 4 GPIO_ACTIVE_HIGH> , <&xiao_d 4 GPIO_ACTIVE_HIGH>
; ;
}; };