mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
WIP DZ60RGB board definition
This commit is contained in:
14
app/boards/arm/dz60rgb/Kconfig.defconfig
Normal file
14
app/boards/arm/dz60rgb/Kconfig.defconfig
Normal file
@@ -0,0 +1,14 @@
|
||||
# Planck keyboard configuration
|
||||
|
||||
# Copyright (c) 2020 Nick Winans
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if BOARD_DZ60RGB_REV1
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "DZ60RGB Rev 1"
|
||||
|
||||
config ZMK_USB
|
||||
default y
|
||||
|
||||
endif # BOARD_DZ60RGB_REV1
|
||||
Reference in New Issue
Block a user