f743d57ff1
* Add new shield for splitkb.com Aurora Sofle, supporting keys, encoder(s), displays, and RGB. Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_SPLITKB_AURORA_SOFLE_LEFT
|
|
def_bool $(shields_list_contains,splitkb_aurora_sofle_left)
|
|
|
|
config SHIELD_SPLITKB_AURORA_SOFLE_RIGHT
|
|
def_bool $(shields_list_contains,splitkb_aurora_sofle_right)
|