]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/onekey/config.h
core: Clean up code of Locking key support
[max/tmk_keyboard.git] / keyboard / onekey / config.h
index 8403c9b65b621f3c02d143e12daf59c9ed2b3b4f..bf1d2b1ed3aaee62b087ae5eea3ef7e83429c13e 100644 (file)
@@ -69,7 +69,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 /* 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 <http://www.gnu.org/licenses/>.
 #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 <http://www.gnu.org/licenses/>.
 #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 */