aaaaaaaaargh

This commit is contained in:
schwarzgrau
2022-09-13 02:09:07 +02:00
parent d19345a016
commit 2666a89cc1
5 changed files with 30 additions and 26 deletions
@@ -1,18 +1,19 @@
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_TOTEM_LEFT
config ZMK_KEYBOARD_NAME
default "TOTEM"
default "Totem"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif # LEFT
endif
if SHIELD_TOTEM
config ZMK_SPLIT
default y
endif # LEFT RIGHT
endif
+4 -1
View File
@@ -1,3 +1,6 @@
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_TOTEM
bool
@@ -7,4 +10,4 @@ config SHIELD_TOTEM_LEFT
config SHIELD_TOTEM_RIGHT
def_bool $(shields_list_contains,totem_right)
select SHIELD_CLOG_V2
select SHIELD_TOTEM
+4 -4
View File
@@ -31,10 +31,10 @@
diode-direction = "row2col";
row-gpios
= <&xiao_d 10 GPIO_ACTIVE_HIGH>
, <&xiao_d 9 GPIO_ACTIVE_HIGH>
, <&xiao_d 8 GPIO_ACTIVE_HIGH>
, <&xiao_d 7 GPIO_ACTIVE_HIGH>
= <&xiao_d 1 GPIO_ACTIVE_HIGH>
, <&xiao_d 2 GPIO_ACTIVE_HIGH>
, <&xiao_d 3 GPIO_ACTIVE_HIGH>
, <&xiao_d 4 GPIO_ACTIVE_HIGH>
;
};
};
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 GEIST
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Pete Johanson
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/