Update Kconfig.defconfig
This commit is contained in:
parent
f597f55d04
commit
11d144a0c3
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Copyright (c) 2020 Stefan Sundin (4pplet)
|
# Copyright (c) 2020 Stefan Sundin (4pplet)
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
if BOARD_CYBER60
|
if BOARD_CYBER60_A
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default "cyber60"
|
default "cyber60 Rev A"
|
||||||
|
|
||||||
if USB
|
if USB
|
||||||
|
|
||||||
|
@ -28,4 +28,4 @@ config ZMK_USB
|
||||||
config ZMK_BATTERY_VOLTAGE_DIVIDER
|
config ZMK_BATTERY_VOLTAGE_DIVIDER
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endif # BOARD_CYBER60
|
endif # BOARD_CYBER60_A
|
||||||
|
|
Loading…
Add table
Reference in a new issue