4fc17e0b3a
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult.
31 lines
410 B
Text
31 lines
410 B
Text
|
|
#Copyright (c) 2020 Derek Schmell
|
|
#SPDX-License-Identifier: MIT
|
|
|
|
|
|
if SHIELD_SPLITREUS62_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Splitreus62 Left"
|
|
|
|
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_SPLITREUS62_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Splitreus62 Right"
|
|
|
|
config USB
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_SPLITREUS62_LEFT || SHIELD_SPLITREUS62_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif
|