From: Jack Humbert Date: Tue, 29 Nov 2016 04:51:07 +0000 (-0500) Subject: Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=6e0f994950435aa5867e7b7ce780186d881d74ac Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 --- 6e0f994950435aa5867e7b7ce780186d881d74ac diff --cc quantum/config_common.h index f3897dc2c,4d3939dae..17c11faeb --- a/quantum/config_common.h +++ b/quantum/config_common.h @@@ -77,53 -76,7 +77,7 @@@ } while(0) # else # error "USART configuration is needed." - #endif - - // I'm fairly sure these aren't needed, but oh well - Jack - - /* - * PS/2 Interrupt configuration - */ - #ifdef PS2_USE_INT - /* uses INT1 for clock line(ATMega32U4) */ - #define PS2_CLOCK_PORT PORTD - #define PS2_CLOCK_PIN PIND - #define PS2_CLOCK_DDR DDRD - #define PS2_CLOCK_BIT 1 - - #define PS2_DATA_PORT PORTD - #define PS2_DATA_PIN PIND - #define PS2_DATA_DDR DDRD - #define PS2_DATA_BIT 0 - - #define PS2_INT_INIT() do { \ - EICRA |= ((1<