blob: 9af7ca4c3f0c3272c3d0bf1b20b6450e8be9847c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# keeb.io BDN9 board configuration
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
if BOARD_BDN9
config BOARD
default "bdn9_rev2"
config ZMK_KEYBOARD_NAME
default "BDN9 Rev2"
config ZMK_USB
default y
endif # BOARD_BDN9
|