diff options
author | Devaev Maxim <[email protected]> | 2021-07-14 16:38:00 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-14 16:38:00 +0300 |
commit | 578f3dbe0fb511c47fa1478bb1457041a268c6ee (patch) | |
tree | 61859e10fb3b55f776019bedabe37a694735e675 | |
parent | c19c02d12f0da3c1aa8efee298cc56c30eba5647 (diff) |
fixed HID repo
-rw-r--r-- | hid/platformio.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini index c68dc420..b5f2c576 100644 --- a/hid/platformio.ini +++ b/hid/platformio.ini @@ -7,7 +7,7 @@ platform = atmelavr board = micro framework = arduino lib_deps = - git+https://github.com/mdevaev/HID#2.8.2 + git+https://github.com/NicoHood/HID#2.8.2 git+https://github.com/Harvie/ps2dev#v0.0.3 extra_scripts = |