diff options
Diffstat (limited to 'keyboards/evyd13')
| -rw-r--r-- | keyboards/evyd13/atom47/rev3/info.json | 9 | ||||
| -rw-r--r-- | keyboards/evyd13/atom47/rev4/info.json | 9 | ||||
| -rw-r--r-- | keyboards/evyd13/atom47/rev5/config.h | 6 | ||||
| -rw-r--r-- | keyboards/evyd13/gh80_3700/keymaps/ps2/config.h | 10 |
4 files changed, 14 insertions, 20 deletions
diff --git a/keyboards/evyd13/atom47/rev3/info.json b/keyboards/evyd13/atom47/rev3/info.json index 0deaa7103..fc602f699 100644 --- a/keyboards/evyd13/atom47/rev3/info.json +++ b/keyboards/evyd13/atom47/rev3/info.json | |||
| @@ -99,10 +99,11 @@ | |||
| 99 | {"x":10.75, "y":2, "w":1.25}, | 99 | {"x":10.75, "y":2, "w":1.25}, |
| 100 | {"x":12, "y":2}, | 100 | {"x":12, "y":2}, |
| 101 | 101 | ||
| 102 | {"x":0, "y":3, "w":1.25}, | 102 | {"x":0, "y":3}, |
| 103 | {"x":1.25, "y":3, "w":1.25}, | 103 | {"x":1, "y":3}, |
| 104 | {"x":2.5, "y":3, "w":1.25}, | 104 | {"x":2, "y":3}, |
| 105 | {"x":3.75, "y":3, "w":6.25}, | 105 | {"x":3, "y":3, "w":6}, |
| 106 | {"x":9, "y":3}, | ||
| 106 | {"x":10, "y":3}, | 107 | {"x":10, "y":3}, |
| 107 | {"x":11, "y":3}, | 108 | {"x":11, "y":3}, |
| 108 | {"x":12, "y":3} | 109 | {"x":12, "y":3} |
diff --git a/keyboards/evyd13/atom47/rev4/info.json b/keyboards/evyd13/atom47/rev4/info.json index a48b41358..d0fbf9874 100644 --- a/keyboards/evyd13/atom47/rev4/info.json +++ b/keyboards/evyd13/atom47/rev4/info.json | |||
| @@ -99,10 +99,11 @@ | |||
| 99 | {"x":10.75, "y":2, "w":1.25}, | 99 | {"x":10.75, "y":2, "w":1.25}, |
| 100 | {"x":12, "y":2}, | 100 | {"x":12, "y":2}, |
| 101 | 101 | ||
| 102 | {"x":0, "y":3, "w":1.25}, | 102 | {"x":0, "y":3}, |
| 103 | {"x":1.25, "y":3, "w":1.25}, | 103 | {"x":1, "y":3}, |
| 104 | {"x":2.5, "y":3, "w":1.25}, | 104 | {"x":2, "y":3}, |
| 105 | {"x":3.75, "y":3, "w":6.25}, | 105 | {"x":3, "y":3, "w":6}, |
| 106 | {"x":9, "y":3}, | ||
| 106 | {"x":10, "y":3}, | 107 | {"x":10, "y":3}, |
| 107 | {"x":11, "y":3}, | 108 | {"x":11, "y":3}, |
| 108 | {"x":12, "y":3} | 109 | {"x":12, "y":3} |
diff --git a/keyboards/evyd13/atom47/rev5/config.h b/keyboards/evyd13/atom47/rev5/config.h index f1f8eacfa..07252537a 100644 --- a/keyboards/evyd13/atom47/rev5/config.h +++ b/keyboards/evyd13/atom47/rev5/config.h | |||
| @@ -157,8 +157,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 157 | // ADDR2 represents A3:A2 of the 7-bit address. | 157 | // ADDR2 represents A3:A2 of the 7-bit address. |
| 158 | // The result is: 0b101(ADDR2)(ADDR1) | 158 | // The result is: 0b101(ADDR2)(ADDR1) |
| 159 | #define DRIVER_ADDR_1 0b1010000 | 159 | #define DRIVER_ADDR_1 0b1010000 |
| 160 | #define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons. | ||
| 161 | 160 | ||
| 162 | #define DRIVER_COUNT 2 | 161 | #define DRIVER_COUNT 1 |
| 163 | #define DRIVER_1_LED_TOTAL 64 | 162 | #define DRIVER_LED_TOTAL 64 |
| 164 | #define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL \ No newline at end of file | ||
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 */ |
