Dom H
3 years ago
committed by
Pete Johanson
10 changed files with 20 additions and 20 deletions
@ -1,24 +1,24 @@ |
|||||||
# Copyright (c) 2021 The ZMK Contributors |
# Copyright (c) 2021 The ZMK Contributors |
||||||
# SPDX-License-Identifier: MIT |
# SPDX-License-Identifier: MIT |
||||||
|
|
||||||
if SHIELD_ARCHITEUTHIS_DUX_LEFT |
if SHIELD_A_DUX_LEFT |
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME |
config ZMK_KEYBOARD_NAME |
||||||
default "Architeuthis Dux" |
default "A. Dux" |
||||||
|
|
||||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL |
config ZMK_SPLIT_BLE_ROLE_CENTRAL |
||||||
default y |
default y |
||||||
|
|
||||||
endif |
endif |
||||||
|
|
||||||
if SHIELD_ARCHITEUTHIS_DUX_RIGHT |
if SHIELD_A_DUX_RIGHT |
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME |
config ZMK_KEYBOARD_NAME |
||||||
default "A. Dux Right" |
default "A. Dux Right" |
||||||
|
|
||||||
endif |
endif |
||||||
|
|
||||||
if SHIELD_ARCHITEUTHIS_DUX_LEFT || SHIELD_ARCHITEUTHIS_DUX_RIGHT |
if SHIELD_A_DUX_LEFT || SHIELD_A_DUX_RIGHT |
||||||
|
|
||||||
config ZMK_SPLIT |
config ZMK_SPLIT |
||||||
default y |
default y |
@ -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 @@ |
|||||||
# 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] |
![Wireless Architeuthis Dux with nice!nano controllers][2] |
||||||
|
|
@ -1,11 +1,11 @@ |
|||||||
file_format: "1" |
file_format: "1" |
||||||
id: architeuthis_dux |
id: a_dux |
||||||
name: Architeuthis Dux |
name: A. Dux |
||||||
type: shield |
type: shield |
||||||
url: https://github.com/tapioki/cephalopoda/ |
url: https://github.com/tapioki/cephalopoda/ |
||||||
requires: [pro_micro] |
requires: [pro_micro] |
||||||
features: |
features: |
||||||
- keys |
- keys |
||||||
siblings: |
siblings: |
||||||
- architeuthis_dux_left |
- a_dux_left |
||||||
- architeuthis_dux_right |
- a_dux_right |
@ -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