diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-14 09:04:27 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-03-14 09:04:27 +0100 |
commit | 6b5754655f78a7f93b756ff902ce9fd80d9dc4ec (patch) | |
tree | bd7ec958358c81fbb25cb136ba792b0cdef953c9 /platformio.ini | |
parent | ee076c66c99fbd7895459e80d679c374340a9ed2 (diff) |
feat: add xinput
Diffstat (limited to 'platformio.ini')
-rw-r--r-- | platformio.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini index 758ca9a..718ffc5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -4,7 +4,10 @@ build_dir = build [env:leonardo] platform = atmelavr board = leonardo +# board = leonardo-xinput framework = arduino +lib_deps = + https://github.com/dmadison/ArduinoXInput src_build_flags = -Wextra -Wpedantic |