diff options
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r-- | hid/platformio.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini index aa9202dd..8484ef50 100644 --- a/hid/platformio.ini +++ b/hid/platformio.ini @@ -10,6 +10,8 @@ lib_deps = git+https://github.com/NicoHood/HID#2.8.2 git+https://github.com/Harvie/ps2dev#v0.0.3 + drivers-avr extra_scripts = pre:avrdude.py post:patch.py |