feat(boards): Add preonic_rev3 board.

This commit is contained in:
Jerome Olivier
2022-12-16 11:52:26 -05:00
committed by GitHub
parent 4faf6eba97
commit 984b16e03b
9 changed files with 284 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Preonic keyboard configuration
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
if BOARD_PREONIC_REV3
config ZMK_KEYBOARD_NAME
default "Preonic V3"
config ZMK_USB
default y
config ZMK_KSCAN_MATRIX_POLLING
default y
endif # BOARD_PREONIC_REV3