From: skullY <skullydazed@gmail.com> Date: Sun, 25 Jun 2017 00:08:35 +0000 (-0700) Subject: Remove the DIODE_DIRECTION defines from lets_split so we can close #1067 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=62c77e7dbf0ac6d52448886bc6e1fda7551f94f5;p=qmk_firmware.git Remove the DIODE_DIRECTION defines from lets_split so we can close #1067 --- diff --git a/keyboards/lets_split/rev1/config.h b/keyboards/lets_split/rev1/config.h index 5fb87cf5d..bc6872807 100644 --- a/keyboards/lets_split/rev1/config.h +++ b/keyboards/lets_split/rev1/config.h @@ -41,9 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define CATERINA_BOOTLOADER -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST diff --git a/keyboards/lets_split/rev2/config.h b/keyboards/lets_split/rev2/config.h index b34d7c004..ca268cd6c 100644 --- a/keyboards/lets_split/rev2/config.h +++ b/keyboards/lets_split/rev2/config.h @@ -40,9 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define CATERINA_BOOTLOADER -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST @@ -88,4 +85,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_FUNCTION -#endif \ No newline at end of file +#endif