forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WB32 evaluation board onekey targets. (qmk#17330)
- Loading branch information
Showing
6 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright 2021 Nick Brassel (@tzarc) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#pragma once | ||
|
||
#include "config_common.h" | ||
|
||
#define PRODUCT Onekey WB32F3G71 | ||
|
||
#define MATRIX_COL_PINS { B12 } | ||
#define MATRIX_ROW_PINS { B13 } | ||
#define UNUSED_PINS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Westberry Tech WB32F3G71 Evaluation Board Onekey | ||
|
||
To trigger keypress, short together pins *B12* and *B13*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# MCU name | ||
MCU = WB32F3G71 | ||
|
||
# Bootloader selection | ||
BOOTLOADER = wb32-dfu | ||
|
||
MOUSEKEY_ENABLE = no # Mouse keys | ||
EXTRAKEY_ENABLE = no # Audio control and System control | ||
NKRO_ENABLE = no # Enable N-Key Rollover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright 2021 Nick Brassel (@tzarc) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
#pragma once | ||
|
||
#include "config_common.h" | ||
|
||
#define PRODUCT Onekey WB32FQ95 | ||
|
||
#define MATRIX_COL_PINS { B12 } | ||
#define MATRIX_ROW_PINS { B13 } | ||
#define UNUSED_PINS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Westberry Tech WB32FQ95 Evaluation Board Onekey | ||
|
||
To trigger keypress, short together pins *B12* and *B13*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# MCU name | ||
MCU = WB32FQ95 | ||
|
||
# Bootloader selection | ||
BOOTLOADER = wb32-dfu | ||
|
||
MOUSEKEY_ENABLE = no # Mouse keys | ||
EXTRAKEY_ENABLE = no # Audio control and System control | ||
NKRO_ENABLE = no # Enable N-Key Rollover |