4fc17e0b3a
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult.
30 lines
No EOL
402 B
Text
30 lines
No EOL
402 B
Text
#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_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Quefrency Right"
|
|
|
|
config USB
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_QUEFRENCY_LEFT || SHIELD_QUEFRENCY_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif |