]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hhkb_rn42/config.h
Add software UART and battery monitor
[tmk_firmware.git] / keyboard / hhkb_rn42 / config.h
index a0ab878eb80fc3db06073f4b6682f47bc0f11c12..5e6d7a64361fb5999a287004c40226d555d46a3f 100644 (file)
@@ -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.