From 862f519e241b83113566eebde71841958b2d00b7 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 14 Jul 2014 15:20:10 +0900 Subject: Add software UART and battery monitor --- keyboard/hhkb_rn42/config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'keyboard/hhkb_rn42/config.h') diff --git a/keyboard/hhkb_rn42/config.h b/keyboard/hhkb_rn42/config.h index a0ab878eb..5e6d7a643 100644 --- a/keyboard/hhkb_rn42/config.h +++ b/keyboard/hhkb_rn42/config.h @@ -76,6 +76,13 @@ along with this program. If not, see . #endif +/* for debug */ +#define SUART_OUT_PORT PORTD +#define SUART_OUT_BIT 0 +#define SUART_IN_PIN PIND +#define SUART_IN_BIT 1 + + /* * Feature disable options * These options are also useful to firmware size reduction. -- cgit v1.2.3-24-g4f1b