mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
15 lines
226 B
Plaintext
15 lines
226 B
Plaintext
# 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
|