mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-30 01:45:34 -05:00
20 lines
294 B
Plaintext
20 lines
294 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
if SHIELD_QUEFRENCY_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Quefrency Left"
|
|
|
|
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_QUEFRENCY_LEFT || SHIELD_QUEFRENCY_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif |