aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb_rn42/config.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-07-14 15:20:10 +0900
committertmk <nobody@nowhere>2014-07-30 14:38:26 +0900
commit862f519e241b83113566eebde71841958b2d00b7 (patch)
tree4b44327cdb97014244c5ff357ddd2a3df9b53100 /keyboard/hhkb_rn42/config.h
parent01fa462e2c26c8dcd2db205faf3a3835b509ac95 (diff)
downloadfirmware-862f519e241b83113566eebde71841958b2d00b7.tar.gz
firmware-862f519e241b83113566eebde71841958b2d00b7.tar.bz2
firmware-862f519e241b83113566eebde71841958b2d00b7.zip
Add software UART and battery monitor
Diffstat (limited to 'keyboard/hhkb_rn42/config.h')
-rw-r--r--keyboard/hhkb_rn42/config.h7
1 files changed, 7 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
#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.