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
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
+3 -2
View File
@@ -12,7 +12,7 @@
zmk,matrix_transform = &default_transform;
};
default_transform: keymap_transform {
default_transform: keymap_transform_0 {
compatible = "zmk,matrix-transform";
columns = <10>;
rows = <4>;
@@ -25,10 +25,11 @@
};
kscan0: kscan {
kscan0: kscan_0 {
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";
row-gpios
= <&xiao_d 1 GPIO_ACTIVE_HIGH>
, <&xiao_d 2 GPIO_ACTIVE_HIGH>