diff options
author | tmk <nobody@nowhere> | 2014-07-14 15:20:10 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-07-30 14:38:26 +0900 |
commit | 862f519e241b83113566eebde71841958b2d00b7 (patch) | |
tree | 4b44327cdb97014244c5ff357ddd2a3df9b53100 /keyboard/hhkb_rn42/Makefile | |
parent | 01fa462e2c26c8dcd2db205faf3a3835b509ac95 (diff) |
Add software UART and battery monitor
Diffstat (limited to 'keyboard/hhkb_rn42/Makefile')
-rw-r--r-- | keyboard/hhkb_rn42/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/hhkb_rn42/Makefile b/keyboard/hhkb_rn42/Makefile index 8cfe3f1184..9e1acfa442 100644 --- a/keyboard/hhkb_rn42/Makefile +++ b/keyboard/hhkb_rn42/Makefile @@ -53,6 +53,7 @@ SRC += keymap_common.c \ matrix.c \ led.c \ serial_uart.c \ + suart.S \ rn42.c \ main.c |