14 lines
233 B
Text
14 lines
233 B
Text
# Preonic keyboard configuration
|
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if BOARD_PREONIC_REV3
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Preonic V3"
|
|
|
|
config ZMK_USB
|
|
default y
|
|
|
|
endif # BOARD_PREONIC_REV3
|