diff options
author | tomaszduda23 <[email protected]> | 2022-07-11 08:01:57 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-11 02:01:57 +0300 |
commit | 1afd96cdb932ccb1df0f0ed7e6662080f2618a26 (patch) | |
tree | f747158fd5b2a1fd9f26568302d9ffb8a4dddb30 /hid/platformio.ini | |
parent | 67547636cfae08121154179266bd1c42f59a72cb (diff) |
add factory for avr (#98)
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 |