blob: e68272d8d6c172182ddaa6398b3a2a386bc83c29 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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 }
|