X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fonekey%2Fconfig.h;h=bf1d2b1ed3aaee62b087ae5eea3ef7e83429c13e;hb=47775af20671e347e7e5545f63b42a51f0a4df04;hp=8403c9b65b621f3c02d143e12daf59c9ed2b3b4f;hpb=755e4d8b00a4f9be0c50c2b005d063b94c528f8c;p=max%2Ftmk_keyboard.git diff --git a/keyboard/onekey/config.h b/keyboard/onekey/config.h index 8403c9b6..bf1d2b1e 100644 --- a/keyboard/onekey/config.h +++ b/keyboard/onekey/config.h @@ -69,7 +69,6 @@ along with this program. If not, see . /* PS/2 mouse */ -#define PS2_MOUSE_DEBUG #ifdef PS2_USE_BUSYWAIT # define PS2_CLOCK_PORT PORTD # define PS2_CLOCK_PIN PIND @@ -82,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 @@ -107,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 */