summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/rev3/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-01-28 09:00:42 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2019-04-05 23:58:42 +0200
commita615a2ae93107c5f4ddcb447a562af1a721a00d9 (patch)
tree36dd6222dc8d702af3a6b3364493e37052bbc124 /keyboards/orthodox/rev3/config.h
parentced2bbdac8018b08f229460b289ff5a7fce5dd43 (diff)
downloadqmk_firmware-a615a2ae93107c5f4ddcb447a562af1a721a00d9.tar.gz
qmk_firmware-a615a2ae93107c5f4ddcb447a562af1a721a00d9.tar.xz
Convert Orthodox to Split Common code
Diffstat (limited to 'keyboards/orthodox/rev3/config.h')
-rw-r--r--keyboards/orthodox/rev3/config.h7
1 files changed, 3 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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 <http://www.gnu.org/licenses/>.
/* 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 <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
-#endif