mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
* Add new shield for splitkb.com Aurora Helix, supporting keys, encoder(s), displays, and RGB.
9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_SPLITKB_AURORA_HELIX_LEFT
|
|
def_bool $(shields_list_contains,splitkb_aurora_helix_left)
|
|
|
|
config SHIELD_SPLITKB_AURORA_HELIX_RIGHT
|
|
def_bool $(shields_list_contains,splitkb_aurora_helix_right)
|