mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1e1f387be7
6 changed files with 46 additions and 0 deletions
11
keyboards/handwired/onekey/evb_wb32f3g71/config.h
Normal file
11
keyboards/handwired/onekey/evb_wb32f3g71/config.h
Normal file
|
@ -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
|
3
keyboards/handwired/onekey/evb_wb32f3g71/readme.md
Normal file
3
keyboards/handwired/onekey/evb_wb32f3g71/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Westberry Tech WB32F3G71 Evaluation Board Onekey
|
||||
|
||||
To trigger keypress, short together pins *B12* and *B13*.
|
9
keyboards/handwired/onekey/evb_wb32f3g71/rules.mk
Normal file
9
keyboards/handwired/onekey/evb_wb32f3g71/rules.mk
Normal file
|
@ -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
|
11
keyboards/handwired/onekey/evb_wb32fq95/config.h
Normal file
11
keyboards/handwired/onekey/evb_wb32fq95/config.h
Normal file
|
@ -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
|
3
keyboards/handwired/onekey/evb_wb32fq95/readme.md
Normal file
3
keyboards/handwired/onekey/evb_wb32fq95/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Westberry Tech WB32FQ95 Evaluation Board Onekey
|
||||
|
||||
To trigger keypress, short together pins *B12* and *B13*.
|
9
keyboards/handwired/onekey/evb_wb32fq95/rules.mk
Normal file
9
keyboards/handwired/onekey/evb_wb32fq95/rules.mk
Normal file
|
@ -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
|
Loading…
Reference in a new issue