feat(boards): Add preonic_rev3 board.
This commit is contained in:
parent
4faf6eba97
commit
984b16e03b
9 changed files with 284 additions and 0 deletions
17
app/boards/arm/preonic/Kconfig.defconfig
Normal file
17
app/boards/arm/preonic/Kconfig.defconfig
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue