summaryrefslogtreecommitdiff
path: root/hid/platformio.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-09-26 02:20:58 +0300
committerDevaev Maxim <[email protected]>2018-09-26 02:20:58 +0300
commit089bac2bcd1e49ba77aacd6853ef93e03a051b96 (patch)
tree0d3082726e8bef2c39ec66cb83bf05a54e945ffe /hid/platformio.ini
parent940989b6e9a3fe31bd236e4bed96e1d4778a403b (diff)
moved hid to kvmd
Diffstat (limited to 'hid/platformio.ini')
-rw-r--r--hid/platformio.ini19
1 files changed, 0 insertions, 19 deletions
diff --git a/hid/platformio.ini b/hid/platformio.ini
deleted file mode 100644
index 13036b9d..00000000
--- a/hid/platformio.ini
+++ /dev/null
@@ -1,19 +0,0 @@
-; PlatformIO Project Configuration File
-;
-; Build options: build flags, source filter
-; Upload options: custom upload port, speed and extra flags
-; Library options: dependencies, extra library storages
-; Advanced options: extra scripting
-;
-; Please visit documentation for the other options and examples
-; http://docs.platformio.org/page/projectconf.html
-
-[env:micro]
-platform = atmelavr
-board = micro
-framework = arduino
-upload_port = /dev/ttyACM0
-monitor_speed = 115200
-
-lib_deps =