4fc17e0b3a
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult.
29 lines
No EOL
377 B
Text
29 lines
No EOL
377 B
Text
# Copyright (c) 2020 Pete Johanson, Kurtis Lew
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_IRIS_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Iris Left"
|
|
|
|
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_IRIS_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Iris Right"
|
|
|
|
config USB
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_IRIS_LEFT || SHIELD_IRIS_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif |