aboutsummaryrefslogtreecommitdiff
path: root/keyboards/evyd13/gh80_3700/keymaps/ps2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/evyd13/gh80_3700/keymaps/ps2/config.h')
-rw-r--r--keyboards/evyd13/gh80_3700/keymaps/ps2/config.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/evyd13/gh80_3700/keymaps/ps2/config.h b/keyboards/evyd13/gh80_3700/keymaps/ps2/config.h
index 44ac7dcd0..b77ac95d7 100644
--- a/keyboards/evyd13/gh80_3700/keymaps/ps2/config.h
+++ b/keyboards/evyd13/gh80_3700/keymaps/ps2/config.h
@@ -17,14 +17,8 @@
17#pragma once 17#pragma once
18 18
19#ifdef PS2_USE_USART 19#ifdef PS2_USE_USART
20#define PS2_CLOCK_PORT PORTD 20#define PS2_CLOCK_PIN D5
21#define PS2_CLOCK_PIN PIND 21#define PS2_DATA_PIN D2
22#define PS2_CLOCK_DDR DDRD
23#define PS2_CLOCK_BIT 5
24#define PS2_DATA_PORT PORTD
25#define PS2_DATA_PIN PIND
26#define PS2_DATA_DDR DDRD
27#define PS2_DATA_BIT 2
28 22
29/* synchronous, odd parity, 1-bit stop, 8-bit data, sample at falling edge */ 23/* synchronous, odd parity, 1-bit stop, 8-bit data, sample at falling edge */
30/* set DDR of CLOCK as input to be slave */ 24/* set DDR of CLOCK as input to be slave */