From a615a2ae93107c5f4ddcb447a562af1a721a00d9 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Mon, 28 Jan 2019 00:00:42 -0800 Subject: Convert Orthodox to Split Common code --- keyboards/orthodox/rev3/config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'keyboards/orthodox/rev3') diff --git a/keyboards/orthodox/rev3/config.h b/keyboards/orthodox/rev3/config.h index d727ae674..53e5b15ae 100644 --- a/keyboards/orthodox/rev3/config.h +++ b/keyboards/orthodox/rev3/config.h @@ -19,8 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef REV3_CONFIG_H -#define REV3_CONFIG_H +#pragma once #include "config_common.h" @@ -54,6 +53,8 @@ along with this program. If not, see . /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW +#define SOFT_SERIAL_PIN D0 + /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST @@ -95,5 +96,3 @@ along with this program. If not, see . //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - -#endif -- cgit v1.2.3