diff options
author | Ryan <fauxpark@gmail.com> | 2021-07-25 11:02:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 11:02:36 +1000 |
commit | 8cc568bc29b2b488dd90c686350b78a7605c58de (patch) | |
tree | 0b73ea1818850d648de47544088de2d4058c01f1 /keyboards/tronguylabs/m122_3270/blackpill/config.h | |
parent | 95730d4f9605f6c7185ceec168d83508e0b9046b (diff) |
Fix & clean up tronguylabs/m122_3270 (#13684)
Diffstat (limited to 'keyboards/tronguylabs/m122_3270/blackpill/config.h')
-rw-r--r-- | keyboards/tronguylabs/m122_3270/blackpill/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/tronguylabs/m122_3270/blackpill/config.h b/keyboards/tronguylabs/m122_3270/blackpill/config.h index 95c94ef318..53c3ad73e4 100644 --- a/keyboards/tronguylabs/m122_3270/blackpill/config.h +++ b/keyboards/tronguylabs/m122_3270/blackpill/config.h @@ -16,8 +16,6 @@ #pragma once -// place overrides below - // Blackpill pin assignments: reversed the rows from the Teensy version for easier PCB layout // DO NOT USE the following pins: A9 (has pulldown on it), A11/A12 (USB lines), B2 (external pulldown) // C13 has an LED, and C13/C14/C15 are best used as inputs (with DIODE_DIRECTION set to ROW2COL, the @@ -26,4 +24,4 @@ #define MATRIX_ROW_PINS { C13, C14, C15, A0, A1, A2, A3, A4 } // The BlackPill version is version 2 -#define DEVICE_VER 0x0002 +#define DEVICE_VER 0x0002 |