From a2605f9953c363bcf5ef26f6591abac1331f77fb Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Thu, 20 Jun 2024 09:52:29 -0400 Subject: [PATCH] fixup: remove necesesary DIODE_DIRECTION due to custom matrix code --- keyboards/aki27/cocot46plus/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/keyboards/aki27/cocot46plus/config.h b/keyboards/aki27/cocot46plus/config.h index d8ffbd74f51..684755a2166 100644 --- a/keyboards/aki27/cocot46plus/config.h +++ b/keyboards/aki27/cocot46plus/config.h @@ -30,7 +30,5 @@ along with this program. If not, see . #define MATRIX_ROW_PINS { D4, C6, D7, E6, NO_PIN } #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } -#define DIODE_DIRECTION COL2ROW - #define POINTING_DEVICE_ROTATION_180 #define OLED_FONT_H "keyboards/aki27/cocot46plus/glcdfont.c"