revert keyboard

This commit is contained in:
Stephen Crane 2018-09-12 10:38:30 +01:00
parent 21708c1c01
commit 5d8524f5c0
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
#define TFT_RST 26
// PS/2 keyboard
#define KBD_DATA 34
#define KBD_IRQ 35
#define KBD_DATA 14
#define KBD_IRQ 0
// SPI-RAM
#undef SPIRAM_CS