summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 07:47:03 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 17:48:11 +0100
commit0f39ab52192c0e34f0aea5ff6bb1fa2ded427b6e (patch)
treee1c0e46428535b33fca5c7c320087f13a55a6d84 /keyboards/handwired/promethium
parent7f3c9c6a395a921d2914fc5cac1ac8f9441c33eb (diff)
downloadqmk_firmware-0f39ab52192c0e34f0aea5ff6bb1fa2ded427b6e.tar.gz
qmk_firmware-0f39ab52192c0e34f0aea5ff6bb1fa2ded427b6e.tar.xz
remove ifdef on chip type
Diffstat (limited to 'keyboards/handwired/promethium')
-rw-r--r--keyboards/handwired/promethium/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/config.h b/keyboards/handwired/promethium/config.h
index 5a2afe6ab..473af67d3 100644
--- a/keyboards/handwired/promethium/config.h
+++ b/keyboards/handwired/promethium/config.h
@@ -116,7 +116,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* 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 */
#define PS2_CLOCK_PORT PORTD
#define PS2_CLOCK_PIN PIND
@@ -158,7 +157,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PS2_USART_ERROR (UCSR1A & ((1<<FE1) | (1<<DOR1) | (1<<UPE1)))
#define PS2_USART_RX_VECT USART1_RX_vect
#endif
-#endif
#endif