fix config

This commit is contained in:
schwarzgrau
2022-09-13 01:49:10 +02:00
parent 24b424c1ef
commit 29674f6975
3 changed files with 4 additions and 9 deletions
@@ -10,7 +10,7 @@ endif # LEFT
if SHIELD_TOTEM if SHIELD_TOTEM_LEFT || SHIELD_TOTEM_RIGHT
config ZMK_SPLIT config ZMK_SPLIT
default y default y
+1 -6
View File
@@ -1,10 +1,5 @@
config SHIELD_TOTEM
bool
config SHIELD_TOTEM_LEFT config SHIELD_TOTEM_LEFT
def_bool $(shields_list_contains,totem_left) def_bool $(shields_list_contains,totem_left)
select SHIELD_TOTEM
config SHIELD_TOTEM_RIGHT config SHIELD_TOTEM_RIGHT
def_bool $(shields_list_contains,totem_right) def_bool $(shields_list_contains,totem_right)
select SHIELD_TOTEM
+2 -2
View File
@@ -12,7 +12,7 @@
zmk,matrix_transform = &default_transform; zmk,matrix_transform = &default_transform;
}; };
default_transform: keymap_transform_0 { default_transform: keymap_transform {
compatible = "zmk,matrix-transform"; compatible = "zmk,matrix-transform";
columns = <10>; columns = <10>;
rows = <4>; rows = <4>;
@@ -25,7 +25,7 @@
}; };
kscan0: kscan_0 { kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix"; compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN"; label = "KSCAN";
diode-direction = "col2row"; diode-direction = "col2row";