feat(shield): Add Architeuthis Dux shield

This commit is contained in:
Dom H
2021-09-22 21:25:53 +01:00
committed by Pete Johanson
parent c52887e236
commit 0c15c2291e
9 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Copyright (c) 2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_ARCHITEUTHIS_DUX_LEFT
config ZMK_KEYBOARD_NAME
default "Architeuthis Dux"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
endif
if SHIELD_ARCHITEUTHIS_DUX_RIGHT
config ZMK_KEYBOARD_NAME
default "A. Dux Right"
endif
if SHIELD_ARCHITEUTHIS_DUX_LEFT || SHIELD_ARCHITEUTHIS_DUX_RIGHT
config ZMK_SPLIT
default y
endif