summaryrefslogtreecommitdiff
path: root/keyboards/handwired/splittest/bluepill/config.h
blob: 54b00b88a5740d86df8a5cf4b3c5c5b88c7c1aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2022 dvermd (@dvermd)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once


// wiring of each half
#define MATRIX_ROW_PINS { B10 }
#define MATRIX_COL_PINS { B1 }

#define SPLIT_HAND_PIN A7

#if !(defined(USE_SDI1_ON_STANDARD_ROLE_PINS) || defined(USE_SDI1_ON_ALTERNATE_ROLE_PINS) || defined(USE_SDI2))
    #define USE_SDI1_ON_STANDARD_ROLE_PINS
#endif