From 7fb04ebf17154707ebc9a0975dc2ec80abfd7333 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Sat, 20 Feb 2021 09:14:15 +0000 Subject: [PATCH] swap kbd lines on esp8266 --- hw/esp8266-pwm-fs-23k256.h | 4 ++-- hw/esp8266-pwm-fs.h | 4 ++-- hw/esp8266-pwm-sd.h | 4 ++-- hw/esp8266-pwm.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/esp8266-pwm-fs-23k256.h b/hw/esp8266-pwm-fs-23k256.h index 8d0d0cb..2bf29d0 100644 --- a/hw/esp8266-pwm-fs-23k256.h +++ b/hw/esp8266-pwm-fs-23k256.h @@ -12,8 +12,8 @@ //#define LOAD_GLCD // PS/2 keyboard -#define KBD_DATA D3 -#define KBD_IRQ D4 +#define KBD_IRQ D3 +#define KBD_DATA D4 #define RAM_SIZE 0x8000u diff --git a/hw/esp8266-pwm-fs.h b/hw/esp8266-pwm-fs.h index 75267ed..66f6db7 100644 --- a/hw/esp8266-pwm-fs.h +++ b/hw/esp8266-pwm-fs.h @@ -12,8 +12,8 @@ //#define LOAD_GLCD // PS/2 keyboard -#define KBD_DATA D3 -#define KBD_IRQ D4 +#define KBD_IRQ D3 +#define KBD_DATA D4 #define RAM_SIZE 0x8000u diff --git a/hw/esp8266-pwm-sd.h b/hw/esp8266-pwm-sd.h index fe4f20e..b3d4abd 100644 --- a/hw/esp8266-pwm-sd.h +++ b/hw/esp8266-pwm-sd.h @@ -12,8 +12,8 @@ //#define LOAD_GLCD // PS/2 keyboard -#define KBD_DATA D3 -#define KBD_IRQ D4 +#define KBD_IRQ D3 +#define KBD_DATA D4 #define RAM_SIZE 0x8000u diff --git a/hw/esp8266-pwm.h b/hw/esp8266-pwm.h index b49962b..f8686b7 100644 --- a/hw/esp8266-pwm.h +++ b/hw/esp8266-pwm.h @@ -12,8 +12,8 @@ //#define LOAD_GLCD // PS/2 keyboard -#define KBD_DATA D3 -#define KBD_IRQ D4 +#define KBD_IRQ D3 +#define KBD_DATA D4 #define RAM_SIZE 0x8000u