config update
This commit is contained in:
@@ -10,7 +10,7 @@ endif # LEFT
|
||||
|
||||
|
||||
|
||||
if SHIELD_TOTEM_LEFT || SHIELD_TOTEM_RIGHT
|
||||
if SHIELD_TOTEM
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
@@ -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
|
||||
@@ -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,15 +25,16 @@
|
||||
};
|
||||
|
||||
|
||||
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>
|
||||
, <&xiao_d 3 GPIO_ACTIVE_HIGH>
|
||||
, <&xiao_d 4 GPIO_ACTIVE_HIGH>
|
||||
, <&xiao_d 2 GPIO_ACTIVE_HIGH>
|
||||
, <&xiao_d 3 GPIO_ACTIVE_HIGH>
|
||||
, <&xiao_d 4 GPIO_ACTIVE_HIGH>
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user