mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
changed ps/2 pins
This commit is contained in:
parent
e3b334ffc3
commit
dc16f47790
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user