diff options
author | tmk <nobody@nowhere> | 2013-12-02 12:04:50 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-12-02 12:04:50 +0900 |
commit | c9dee36e42ca56bda91d07071bd4251dbba23009 (patch) | |
tree | ab196742259c1de91291f10a941fd17fd9b048a5 /converter/ps2_usb/Makefile | |
parent | 0b917d4f109637f7e2d584d04396a0d6396fad33 (diff) |
Make ps2_usart default and fix SpaceFN
Diffstat (limited to 'converter/ps2_usb/Makefile')
-rw-r--r-- | converter/ps2_usb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/ps2_usb/Makefile b/converter/ps2_usb/Makefile index 04bf28a00c..db0912ebd3 100644 --- a/converter/ps2_usb/Makefile +++ b/converter/ps2_usb/Makefile @@ -84,9 +84,9 @@ NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA # PS/2 Options # -#PS2_USE_USART = yes # uses hardware USART engine for PS/2 signal receive(recomened) +PS2_USE_USART = yes # uses hardware USART engine for PS/2 signal receive(recomened) #PS2_USE_INT = yes # uses external interrupt for falling edge of PS/2 clock pin -PS2_USE_BUSYWAIT = yes # uses primitive reference code +#PS2_USE_BUSYWAIT = yes # uses primitive reference code # Optimize size but this may cause error "relocation truncated to fit" |