diff options
author | Devaev Maxim <[email protected]> | 2020-08-07 22:39:32 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-07 22:39:32 +0300 |
commit | dc16f477903f59acbb964eb35f126c4209866479 (patch) | |
tree | f521b9da3fb300b8e756a199bd317a6c7a61683f /hid/platformio.ini | |
parent | e3b334ffc30b653abfe5cae9e92d52f345e2f98a (diff) |
changed ps/2 pins
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r-- | hid/platformio.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini index 113a4148..b5319230 100644 --- a/hid/platformio.ini +++ b/hid/platformio.ini @@ -38,5 +38,5 @@ lib_deps = build_flags = ${common.build_flags} -DHID_PS2 - -DPS2_KBD_CLOCK_PIN=3 - -DPS2_KBD_DATA_PIN=2 + -DPS2_KBD_CLOCK_PIN=7 + -DPS2_KBD_DATA_PIN=5 |