Dom H
3 years ago
committed by
Pete Johanson
10 changed files with 20 additions and 20 deletions
@ -1,24 +1,24 @@
@@ -1,24 +1,24 @@
|
||||
# Copyright (c) 2021 The ZMK Contributors |
||||
# SPDX-License-Identifier: MIT |
||||
|
||||
if SHIELD_ARCHITEUTHIS_DUX_LEFT |
||||
if SHIELD_A_DUX_LEFT |
||||
|
||||
config ZMK_KEYBOARD_NAME |
||||
default "Architeuthis Dux" |
||||
default "A. Dux" |
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL |
||||
default y |
||||
|
||||
endif |
||||
|
||||
if SHIELD_ARCHITEUTHIS_DUX_RIGHT |
||||
if SHIELD_A_DUX_RIGHT |
||||
|
||||
config ZMK_KEYBOARD_NAME |
||||
default "A. Dux Right" |
||||
|
||||
endif |
||||
|
||||
if SHIELD_ARCHITEUTHIS_DUX_LEFT || SHIELD_ARCHITEUTHIS_DUX_RIGHT |
||||
if SHIELD_A_DUX_LEFT || SHIELD_A_DUX_RIGHT |
||||
|
||||
config ZMK_SPLIT |
||||
default y |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2021 The ZMK Contributors |
||||
# SPDX-License-Identifier: MIT |
||||
|
||||
config SHIELD_A_DUX_LEFT |
||||
def_bool $(shields_list_contains,a_dux_left) |
||||
|
||||
config SHIELD_A_DUX_RIGHT |
||||
def_bool $(shields_list_contains,a_dux_right) |
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
# Architeuthis Dux |
||||
# A. Dux |
||||
|
||||
Shield configuration for [Architeuthis Dux by Tapi][1]. |
||||
Shield configuration for [Architeuthis Dux by Tapi][1] (aka A. Dux, A.D., "Giant Squid"). |
||||
|
||||
![Wireless Architeuthis Dux with nice!nano controllers][2] |
||||
|
@ -1,11 +1,11 @@
@@ -1,11 +1,11 @@
|
||||
file_format: "1" |
||||
id: architeuthis_dux |
||||
name: Architeuthis Dux |
||||
id: a_dux |
||||
name: A. Dux |
||||
type: shield |
||||
url: https://github.com/tapioki/cephalopoda/ |
||||
requires: [pro_micro] |
||||
features: |
||||
- keys |
||||
siblings: |
||||
- architeuthis_dux_left |
||||
- architeuthis_dux_right |
||||
- a_dux_left |
||||
- a_dux_right |
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# Copyright (c) 2021 The ZMK Contributors |
||||
# SPDX-License-Identifier: MIT |
||||
|
||||
config SHIELD_ARCHITEUTHIS_DUX_LEFT |
||||
def_bool $(shields_list_contains,architeuthis_dux_left) |
||||
|
||||
config SHIELD_ARCHITEUTHIS_DUX_RIGHT |
||||
def_bool $(shields_list_contains,architeuthis_dux_right) |
Loading…
Reference in new issue