summaryrefslogtreecommitdiff
path: root/hid/src/ps2
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-08-07 22:39:32 +0300
committerDevaev Maxim <[email protected]>2020-08-07 22:39:32 +0300
commitdc16f477903f59acbb964eb35f126c4209866479 (patch)
treef521b9da3fb300b8e756a199bd317a6c7a61683f /hid/src/ps2
parente3b334ffc30b653abfe5cae9e92d52f345e2f98a (diff)
changed ps/2 pins
Diffstat (limited to 'hid/src/ps2')
-rw-r--r--hid/src/ps2/hid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid/src/ps2/hid.h b/hid/src/ps2/hid.h
index 09b87009..d7057c03 100644
--- a/hid/src/ps2/hid.h
+++ b/hid/src/ps2/hid.h
@@ -29,8 +29,8 @@
#include "keymap.h"
-// #define PS2_KBD_CLOCK_PIN 3
-// #define PS2_KBD_DATA_PIN 2
+// #define PS2_KBD_CLOCK_PIN 7
+// #define PS2_KBD_DATA_PIN 5
class Ps2Hid {