X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fonekey%2Fconfig.h;h=bf1d2b1ed3aaee62b087ae5eea3ef7e83429c13e;hb=d96f295106d5f2360fed9c912226377d3b7684c0;hp=e99a64850c6d37a34f2946674a2a679c5b8f0b9f;hpb=c6abcb6d893f6ef843ed98be3d45bd804cfe295a;p=max%2Ftmk_keyboard.git diff --git a/keyboard/onekey/config.h b/keyboard/onekey/config.h index e99a6485..bf1d2b1e 100644 --- a/keyboard/onekey/config.h +++ b/keyboard/onekey/config.h @@ -81,6 +81,7 @@ along with this program. If not, see . #endif +/* PS/2 mouse interrupt version */ #ifdef PS2_USE_INT /* uses INT1 for clock line(ATMega32U4) */ #define PS2_CLOCK_PORT PORTD @@ -106,6 +107,7 @@ along with this program. If not, see . #endif +/* PS/2 mouse USART version */ #ifdef PS2_USE_USART #if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) /* XCK for clock line and RXD for data line */