diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 08:33:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 08:33:04 +0000 |
commit | 2dfccd29c8d11a29777cfda1ee6cb393ebb37fee (patch) | |
tree | 28c07711e87a7e8164024e0afe5ae9b3c8d0c8d8 /keyboards/handwired/splittest/bluepill/config.h | |
parent | 61a3fe4faca40c537dc179f58317a0229ae09ce2 (diff) | |
parent | 0206bd9df31521fcfd764c3dd4cff383e4957151 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/splittest/bluepill/config.h')
-rw-r--r-- | keyboards/handwired/splittest/bluepill/config.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/bluepill/config.h b/keyboards/handwired/splittest/bluepill/config.h new file mode 100644 index 0000000000..92766b3de4 --- /dev/null +++ b/keyboards/handwired/splittest/bluepill/config.h @@ -0,0 +1,16 @@ +// Copyright 2022 dvermd (@dvermd) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "config_common.h" + +// 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
\ No newline at end of file |