Update Modding-your-keyboard.md

Updated `USART version` chapter.

I think there were 2 `#endif` too .
This commit is contained in:
Damien 2017-05-26 16:00:48 +02:00 committed by GitHub
parent b003669934
commit 6a0b13191b
1 changed files with 0 additions and 2 deletions

View File

@ -225,8 +225,6 @@ In your keyboard config.h:
#define PS2_USART_ERROR (UCSR1A & ((1<<FE1) | (1<<DOR1) | (1<<UPE1)))
#define PS2_USART_RX_VECT USART1_RX_vect
#endif
#endif
#endif
```
### Additional Settings