diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-11 00:34:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 00:34:34 +1100 |
commit | ace372d90de13dafc815df5d8049497cb351b69b (patch) | |
tree | 0eb4793443956fbc60a1cfca5c1f1e556422ce66 /keyboards/tronguylabs/m122_3270/config.h | |
parent | 76cc7fe109d66c1e0ac16b27b2f691e7d55792d3 (diff) |
Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/tronguylabs/m122_3270/config.h')
-rw-r--r-- | keyboards/tronguylabs/m122_3270/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/tronguylabs/m122_3270/config.h b/keyboards/tronguylabs/m122_3270/config.h index e51a882c42..754e0977c4 100644 --- a/keyboards/tronguylabs/m122_3270/config.h +++ b/keyboards/tronguylabs/m122_3270/config.h @@ -19,6 +19,3 @@ // Both controllers draw 100 mA or less #define USB_MAX_POWER_CONSUMPTION 100 - -/* COL2ROW, ROW2COL*/ -#define DIODE_DIRECTION ROW2COL |